Child pages
  • Server Side Scripting

Versions Compared

Key

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

...

Any code the component wants to execute server-side for show/hide can be added to these two functions by:-

  • defining them in the internalApi section of the component's .spec file

...

  • defining them in the server side scripting file of the component

...

Code Block
languagejs
"internalApi": {
    "onHide": {},
	"onShow": {}
}