Versions Compared

Key

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

...

{
  disabled:"..."
}

if the key exists mean that the element mustnt do any account on click.

 

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