Hi, I'm creating my own HtmlPlaceholder control to replace the ActiveX one used by CMS - specifically using the FCKEditor. Is there a way to programatically determine the Formatting selected when setting up the HtmlPlaceholder definition in the Template Manager e.g. Full Formatting, Text Markup, Html Styles etc.? Thanks as always Shivonne
Never mind - I managed to find it. For anyone who is interested: ((HtmlPlaceholderDefinition)this.BoundPlaceholder.Definition).Formatting shows the formatting applied. Thanks as always Shivonne "Shivonne" wrote: > Hi, > > I'm creating my own HtmlPlaceholder control to replace the ActiveX one used > by CMS - specifically using the FCKEditor. > > Is there a way to programatically determine the Formatting selected when > setting up the HtmlPlaceholder definition in the Template Manager e.g. Full > Formatting, Text Markup, Html Styles etc.? > > Thanks as always > > Shivonne