removeSection

removes an additional field from the multitext group

void removeSection( [string| number id] );
idstring| numberid of the field to remove

Example

multitext.removeSection("$multitext2");

Details

Only additional fields can be removed, even if the ID of the basic field is passed into the function.

If no ID is provided, all the additional fields are removed, only the first (basic) field remains.

See also
Back to top