|
|
|
AddEditorButtons (JsonObject, handle)
|
Adds editor buttons to the input settings JSON object
|
|
|
|
AddStyle (JsonObject, handle)
|
Adds style to the input settings JSON object
|
|
|
|
AttachFormEvents (JsonObject, handle, character)
|
Attaches form-level event handler definitions (such as
FormClosing, FormClosed and ModalFormClosed) to the settings
JSON object of a Smart Form
Notes : Unlike AttachServerEvents (used for viewer / grid components),
the raw attribute value is emitted as-is: the "server:" prefix
of a server-side event handler is retained and the plain method
name of a client-side logic handler is emitted unchanged. This
matches the JSON shape consumed by SCLNG, which reads form-level
events from settings.events.
@param poSettings The JsonObject with the Smart Form settings
@param phAttributes The buffer with the Smart Form attributes
@param pcEventList The comma-separated list of form event attribute names
*/
|
|
|
|
AttachServerEvents (JsonObject, handle, character)
|
Attaches server-side event handlers to the component
|