| Summary: | Expose TextView's _frameDocument to the public API | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Christanto Leonardo <christanto.leonardo> |
| Component: | Editor | Assignee: | Silenio Quarti <Silenio_Quarti> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | Silenio_Quarti |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Christanto Leonardo
The latest editor (0.5) is not wrapped with an IFRAME anymore, so the _frameDocument does not exists. You can inject CSS in the page document. Note that you have to call textView.update(true) if you are changing the CSS dynamically. For 0.4, you can inject CSS by setting the "stylesheet" option (see setOption(options)). Note that the stylesheet option is gone as well. |