Feature #122
Stop tag or do not edit my block
| Status: | New | Start: | 21.05.2010 | ||
|---|---|---|---|---|---|
| Priority: | High | Due date: | |||
| Assigned to: | % Done: | 50% |
|||
| Category: | - | ||||
| Target version: | 1.1 |
Description
Problem: I need to enter special tags or some block with javascript or other code and I don't want elRTE to edit it any way when I post or switch between preview and source.
Possible solutions:
Enter special id or class for tag:
1 <div class="elrte-stop">...some fancy code...</div>
2 <span id="elrte-stop">...some fancy code again...</span>
Related issues
| related to elRTE - Feature #157: Обработка псевдо-тегов | New | 29.06.2010 | ||
| duplicated by elRTE - Feature #193: Форматирование - отсутствие форматирования | New | 29.08.2010 |
History
Updated by Dmitry Levashov 4 months ago
Maybe replace this blocks with placeholders, like with flash now?
Updated by Troex Nevelin 2 months ago
- Target version set to 1.0
Updated by Troex Nevelin 15 days ago
- File replace-usage.js added
- Target version changed from 1.0 to 1.1
- % Done changed from 0 to 50
Can be partly done by using user defined replace/restore function.