Opened 18 years ago
Closed 18 years ago
#914 closed New Feature (invalid)
Enable Buttons In Source Mode
| Reported by: | sigoths | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Source View | Version: | FCKeditor 2.4.3 |
| Keywords: | Cc: |
Description
Would there be a way to enable the buttons during source mode so that you can press bold and see the <strong> tag appear?
If this is too complicated, would there be a simple way of making it so that when a button is pressed, the editor switches from source to wysiwyg mode, executes the command associated with that button, and then switches back to source mode?
Change History (2)
comment:1 Changed 18 years ago by
| Keywords: | source removed |
|---|
comment:2 Changed 18 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
As said before this function would involve more features to be implemented so I think for now it would be hard to do.

While the user is in source mode the caret can be in any place: the middle of a tag, an attribute. I think that it wouldn't be easy because then it should also check that the new tag is valid in that nesting (don't put a <p> inside another one...)
keeping the insertion point when switching back and forth is #385