Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

pageoption Hash

Disabled

{
  disabled:"..."true|false
}

with the new dashboard the key will be always included

Note
Old behavior: if the key exists mean that the element mustnt do any account on click. (in past value 1 has been used in place of true)

 

Auth

Code Block
languagejavascript
auth:{
	enable:true|false,

	//only in root
	type:userpwd | code,
	message:"",
	loginurl:"",
	checkurl:"",
	registerurl:"",
	logouturl:"",
 }
nametypedescription
typestring

authentication type :

  • userpwd
    username
    password (hidden field)

  • code
    code
messagestringmessage to show to the user
loginurlstringurl for the login
checkurlstringurl for logged in check
registerurlstringurl for register
logouturlstringurl to logout