diff --git a/docs/framework/ui.md b/docs/framework/ui.md index 8271589e682cb0490b56218b21b18723cc33da3d..c29d078bfe12d772053236a75b032109dcff8f8a 100644 --- a/docs/framework/ui.md +++ b/docs/framework/ui.md @@ -340,8 +340,9 @@ In-place field editing was added to CiviCRM circa v4.1 and is built upon | **Empty Option** | *-* | A string to label the "null" option if the field is of type select and the user should be allowed to choose nothing. | Â | `data-empty-option="{ts}- none -{/ts}"` | | **Tooltip** | *"Click to edit"* | Any text | Â | `data-tooltip="{ts}Help text{/ts}"` | | **Placeholder** | *(standard edit icon)* | Any markup | Â | `data-placeholder="<span>Click to edit</span>"` | -| **Select Options** | *(automatic)* | Json-encoded options (Note: this is rarely needed as option lists are automatically fetched from the api by crmEditable) | Â | Â | +| **Select Options** | *(automatic)* | JSON-encoded options (Note: this is rarely needed as option lists are automatically fetched from the api by crmEditable) | Â | Â | | **Refresh** | *false* | Boolean | Â | `data-refresh="true"` | +| **Params** | | JSON-encoded parameters to add to the api call when saving updates | | `data-params='{"key":"value"}'` | ### Use With Checkboxes