Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Form page
Map m; m.insert("name", "testButton"); m.insert("label", "Button"); m.insert("style", "StyleGreen"); m.insert("warning", "Are you sure?"); fp.setFieldValue("addButton", m);
Was this page helpful?