Hi. I've got a problem during editor integration: in brief, I need static RichEditingIsAvailable property to use all over the application. However, I can use this poperty only after certain event in CuteEditor's life cycle, which is not acceptable.
Page can be rendered in various ways depending on user agent capabilities. Not all the pages that must be aware of CuteEditor support have CuteEditor in contorls collection. I can create page instance via PageParser and force it to go through lifecycle. This can be implemented as a static method - but this is a hacky way to solve the problem. I don't feel like using this approach untill there is a hope that better remedy is available.
Please, let me know - is CuteEditor capable to handle this issue in more or less gracefull maneer?