ITinyMceGroupProfileBlockFormats Property
|
Gets a list of all the block formats enabled for this Tiny MCE profile.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax TinyMceSettingList BlockFormats { get; set; }
Property BlockFormats As TinyMceSettingList
Get
Set
property TinyMceSettingList^ BlockFormats {
TinyMceSettingList^ get ();
void set (TinyMceSettingList^ value);
}
abstract BlockFormats : TinyMceSettingList with get, set
Property Value
Type:
TinyMceSettingListExamples Names of possible block formats include: Address, Block Quote, Div, Paragraph, and Preformatted.
See Also