Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit

Started by Pintexx Support at 08-31-2005 3:55 . Topic has 0 replies.

Print Search
Sort Posts:    
   08-31-2005, 3:55
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Saving content in background

In standard configuration pinEdit calls editSave method after pressing save button in toolbar.
This methods initiates a post to server in background without reloading editor and passes the content and the current URL.

The content is passed in parameter "html", the URL in parameter "URL".

The page that is used for posting parameters is called "adapter"

(can be specified in editor/config/config.js in parameter "target" for PHP,ASP,JSP or "SaveAdapterUrl" property in ASP.net)

The configured file is called and saves the content to file system.

There have to be write rights on file level to allow saving files.


   Report 
Pintexx Forum » Knowledge Base » pinEdit » Saving content in background