Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

pageoption Hash

Disabled

{
  disabled:"..."
}

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

 

Auth

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

 

 

  • No labels