This event is triggered when an added form is opened in the Newlook Control.
object.OnOpened = [eventHandler]
Where object is the Smartframe Newlook Control or Embedded Newlook Control, and eventHandler is the code to execute.
The OnOpened event allows the user to execute some custom functionality each time an added form is opened at runtime in the Newlook Control.
JAVASCRIPTnewlook1.OnOpened = MyFormOpened; function MyFormOpened () { //Do Something Here alert("OnOpened event has run") } |
Customizing Smartframe templates | Smartframe Newlook Control API | Embedded Newlook Control API | OnConnectStateChanged event | OnFunctionKeyChanged event | OnReceived event | OnRefreshed event | OnSent event | OnTitleChanged event
© 2004-2021 looksoftware. All rights reserved.