Versions Compared

Key

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

...

Code Block
languageactionscript3
CLCR.registerCmp({

	"CONFIG": "APPLICATION_LAYOUT",
	"LAYOUT": "UTKARSH"

}, canvas.applnlayout.utkarsh.component); 

...

Code Block
languageactionscript3
# This property will define the application layout. Possible values "TAB" or "CARD" or "EXCARD" or "APP" or "TABLE_TOP" or "MENU".
#######################################################################################################################
	APPLICATION_LAYOUTTYPE=CARD 
	M_APPLICATION_LAYOUTTYPE=UTKARSH 
	T_APPLICATION_LAYOUTTYPE=EXCARD

...