IlsMvComponent
 
IlsMvComponent
Category 
Rogue Wave Views Script class (client side)
Environment 
Server/Views component
Description 
This class is a script proxy to an instance of the C++ class IlsMvComponent. It represents a connection to a specific server. You can retrieve this object through the script method IlsRepresentation::getComponent.
Synopsis 
void execGlobalCallback(String callbackName,
Optional String callbackArg1,
...
Optional String callbackArg10)
API 
void execGlobalCallback(String callbackName,
Optional String callbackArg1,
...
Optional String callbackArg10)
This method calls a user-defined global callback on the server. The arguments callbackArg1 to callbackArg10 are optional. If they are supplied, they are converted into an array of IlsMvValue objects and passed to the user-defined callback on the server. All optional callback arguments must be entered as strings, which will be converted to the correct type when used.
See Also 
IlsMvComponent, (C++ class)

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.