Versions Compared

Key

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

...

Code Block
languagejs
CWEH.registerHandler('WGT_SAVED', CWEC.CTAPPBEFOREINITIALIZE, function()
{
	this.Type_TabPanel = true;
});
//Here, WGT_SAVED is the Widget ID and CTAPPBEFOREINITIALIZE is the event ID.



To enable swipe gesture, refer Enable Swipe Gesture in Tab Panel Layout.