Renders a Bootstrap button that triggers an AxionGetUpdate modal call.
Registered as a process-text handler.
| Parameter | Description |
|---|---|
Param1 |
First argument passed to AxionGetUpdate (typically a report or form identifier) |
Param2 |
Second argument passed to AxionGetUpdate |
Param3 |
FontAwesome icon class (default: fa-pencil-square-o) |
Param4 |
Optional button label text |
Generates a unique element ID via get_uuid(). Renders a <button class='btn btn-success'> with an onclick handler calling AxionGetUpdate(guid, Param1, Param2, label). If Param4 is provided it is prefixed with and shown alongside the icon.
Returns "" if self.Server is not set.
Returns an HTML <button> element.
ObjProcessText(ObjData.ObjData) — inherits database and config access from ObjData.
cythonize -3 -a -i ObjTextModal.py
Updated : 2025-10-02