RemoveFieldWrapper
function RemoveFieldWrapper(fieldId: string): void
Description
Removes a field wrapper, leaving only the field content.
Parameters
- fieldId
string
Field ID. If it is not specified, then the wrapper of the current field is removed.
Returns
void