Référence FOM > Application > System Objects > fInsertMarkupGroup interface
fInsertMarkupGroup interface
This item represents a group of Insert Markup Items
function attribute
The JS function to run. This function will be called before any text in markupStart or markupEnd is processed. The first argument will be an array of the provided values. The second argument will be the fInsertMarkupGroup object that was used.
function
Access
read-write
Returns
Object
items attribute
The array of items to include in the dialog.
items
Access
read-write
Returns
fInsertMarkupItem[]
markupEnd attribute
The text to write into the current cursor position or end of selection. If the text contains '$1', this will be replaced by the provided value for the first item, '$2' for the second value, etc. To output a '$' into the markup, this must be represented as '$$'.
markupEnd
Access
read-write
Returns
String
markupStart attribute
The text to write into the current cursor position or start of selection. If the text contains '$1', this will be replaced by the provided value for the first item, '$2' for the second value, etc. To output a '$' into the markup, this must be represented as '$$'.
markupStart
Access
read-write
Returns
String
title attribute
The title for the dialog.
title
Access
read-write
Returns
String
fInsertMarkupGroup method
Create a new fInsertMarkupGroup.
fInsertMarkupGroup
Parameters
None
Returns
fInsertMarkupGroup. The newly created insert markup group object.
Est-ce que cela a été utile ?