Hi,
Can someone explain to me why I can do something like this in the page_load event:
to clear all classes from the dropdown.
But calling a sub with the exact same code doesn't work?
As I am using the editor in many different pages in this project, I've set up global editor settings which I can call from each page, instead of pasting the same code in all pages.
Some / most settings work from there, but these css settings seem to be very flimsy to say the least.
Any help would be appreciated.
Regards,
-DJ-
Can someone explain to me why I can do something like this in the page_load event:
Editor.CssClasses.Add(
""
,
""
)
to clear all classes from the dropdown.
But calling a sub with the exact same code doesn't work?
As I am using the editor in many different pages in this project, I've set up global editor settings which I can call from each page, instead of pasting the same code in all pages.
Some / most settings work from there, but these css settings seem to be very flimsy to say the least.
Any help would be appreciated.
Regards,
-DJ-