Hello, i have to customize a RadHtmlField on my page with these two requirements, by i am not be able to do that:
1- remove from the "Apply CSS" dropdown list the default CSS styles contained in the HtmlEditorTableFormats.css and the HtmlEditorCustomStyles.css because i need to show only my customized styled that i have defined in another CSS file. If I rename these two files CSS styles will not be displayed inside the dropdown and it still working but if I want to insert a RichHtmlField from SharepointControl inside my page it generate an error, because it cannot find the CSS files.
2- change the width of the ToolBar, because i have resized the Editor Form to but when I click on that it will displayed the Toolbar with all butttons with the default width="680px"
3- I want to customize the output html: if i am applying a CSS style i don't want it is included in a <span> but for example in another tag. Can i manage this html output?
Can anybody help me, please?
thank u
Marco
1- remove from the "Apply CSS" dropdown list the default CSS styles contained in the HtmlEditorTableFormats.css and the HtmlEditorCustomStyles.css because i need to show only my customized styled that i have defined in another CSS file. If I rename these two files CSS styles will not be displayed inside the dropdown and it still working but if I want to insert a RichHtmlField from SharepointControl inside my page it generate an error, because it cannot find the CSS files.
2- change the width of the ToolBar, because i have resized the Editor Form to but when I click on that it will displayed the Toolbar with all butttons with the default width="680px"
3- I want to customize the output html: if i am applying a CSS style i don't want it is included in a <span> but for example in another tag. Can i manage this html output?
Can anybody help me, please?
thank u
Marco