IlsMvComponent
JavaScript proxy.
More...
#include <javascript/clientside.h>
Public Member Functions | |
void | execGlobalCallback (String callbackName,...) |
Calls a user-defined global callback on the server. More... | |
IlsMvComponent
JavaScript proxy.
It represents a connection to a specific server. You can retrieve this object through the script method IlsRepresentation::getComponent()
.
IlsMvComponent
(C++). void javascript::IlsMvComponent::execGlobalCallback | ( | String | callbackName, |
... | |||
) |
Calls a user-defined global callback on the server.
callbackName | callback name. |
... | 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. |