NeptuneLabs FSI Viewer JS User Manual page 460

Table of Contents

Advertisement

If the user clicks the button, the plug-in sends the notepad data in XML
l
format via HTTP POST to the server. The data is being send in the "data"
post variable
The answer (the content of the receiving page) of the web server in return
l
must be simple XML data:
<result success="true">filename.xml</result>
if the server succeeded in saving the file OR
<result success="false">error reason</result>
Depending on the result the plug- in displays the web page specified by the
"SendXMLUrlSuccess" or "SendXMLUrlFailed".
The plug-in posts the following values to the success or failure HTML page:
Data
datafile
error
FSI_Url
FSI_notepad_id The unique id of the notepad (UniqueID)
LoadXML
Description
Syntax
Default
Context
URL or file name of an XML data file to load from a web server. If you add this
parameter, the notepad loads the bookmarks from the file specified instead of
loading bookmarks from the user's system.
NeptuneLabs - FSI Viewer
Description
The file name of the stored XML file returned by the server
Error description
The URL of the calling FSI Viewer instance
URL or file name of an XML data file to load
String
---
Plug-in attribute
12 Plug-in Reference
460

Advertisement

Table of Contents
loading

Table of Contents