PHP Classes

File: config/admin.update.page.xml

Recommend this page to a friend!
  Classes of invitro   Navelo CMS   config/admin.update.page.xml   Download  
File: config/admin.update.page.xml
Role: Auxiliary data
Content type: text/plain
Description: Admin update page form
Class: Navelo CMS
A complete Content Management System
Author: By
Last change:
Date: 19 years ago
Size: 4,350 bytes
 

Contents

Class file image Download
<configuration> <configValue name="NAME" type="string">page_form</configValue> <configValue name="METHOD" type="string">POST</configValue> <configValue name="ACTION" type="string"></configValue> <configValue name="debug" type="integer">0</configValue> <configValue name="ResubmitConfirmMessage" type="string"></configValue> <configValue name="OutputPasswordValues" type="integer"></configValue> <configValue name="verify" type="string">!</configValue> <configValue name="mark" type="string">*</configValue> <configValue name="focus" type="integer">pt</configValue> <configValue name="no_page_id" type="string">Sorry, we have trouble to update your selected category.</configValue> <configValue name="failed" type="string">Sorry, we have trouble to update your selected category.</configValue> <configValue name="success" type="string">Thank you, the selected category has been updated for you.</configValue> <configValue name="fields" type="array"> <configValue name="pt" type="array"> <configValue name="TYPE" type="string">text</configValue> <configValue name="NAME" type="string">pt</configValue> <configValue name="ID" type="string">pt</configValue> <configValue name="MAXLENGTH" type="integer">150</configValue> <configValue name="LABEL" type="string">Page Title</configValue> <configValue name="ACCESSKEY" type="string">P</configValue> <configValue name="SIZE" type="integer">86</configValue> <configValue name="ValidateAsNotEmpty" type="integer">1</configValue> <configValue name="ValidationErrorMessage" type="string">You have to type the page title!</configValue> </configValue> <configValue name="pc" type="array"> <configValue name="TYPE" type="string">textarea</configValue> <configValue name="NAME" type="string">pc</configValue> <configValue name="ID" type="string">pc</configValue> <configValue name="LABEL" type="string">Body</configValue> <configValue name="ValidateAsNotEmpty" type="integer">1</configValue> <configValue name="ValidationErrorMessage" type="string">You have to type the page content!</configValue> <configValue name="ValidationServerFunction" type="string">Validate16777216Chars</configValue> <configValue name="ValidationServerFunctionErrorMessage" type="string">You cannot add page content more than 16,777,216 chars</configValue> </configValue> <configValue name="submit" type="array"> <configValue name="TYPE" type="string">submit</configValue> <configValue name="NAME" type="string">submit</configValue> <configValue name="ID" type="string">submit</configValue> <configValue name="ACCESSKEY" type="string">S</configValue> <configValue name="VALUE" type="string">Update Page</configValue> </configValue> <configValue name="cancel" type="array"> <configValue name="TYPE" type="string">button</configValue> <configValue name="NAME" type="string">cancel</configValue> <configValue name="ID" type="string">cancel</configValue> <configValue name="ACCESSKEY" type="string">C</configValue> <configValue name="VALUE" type="string">Cancel</configValue> <configValue name="ONCLICK" type="string">location.href='?action='</configValue> </configValue> <configValue name="reset" type="array"> <configValue name="TYPE" type="string">reset</configValue> <configValue name="NAME" type="string">reset</configValue> <configValue name="ID" type="string">reset</configValue> <configValue name="ACCESSKEY" type="string">R</configValue> <configValue name="VALUE" type="string">Reset</configValue> <configValue name="ONCLICK" type="string">ResetEditor();</configValue> </configValue> <configValue name="parent_id" type="array"> <configValue name="TYPE" type="string">hidden</configValue> <configValue name="NAME" type="string">parent_id</configValue> <configValue name="ID" type="string">parent_id</configValue> <configValue name="VALUE" type="string"></configValue> </configValue> <configValue name="id" type="array"> <configValue name="TYPE" type="string">hidden</configValue> <configValue name="NAME" type="string">id</configValue> <configValue name="ID" type="string">id</configValue> <configValue name="VALUE" type="string"></configValue> </configValue> </configValue> </configuration>