Closed
Bug 37216
Opened 25 years ago
Closed 25 years ago
Need a 'CanIndent' method on the editor
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: sfraser_bugs, Assigned: mozeditor)
Details
(Whiteboard: (fix in hand))
I need a 'CanIndent' method on the editor, so that I can disable the Outdent
button when the selection is maximally outdented. It's signature should be
similar to editor->Indent(), which takes a string which is "indent" or "outdent".
I'm assuming that CanIndent("indent") will always return true.
| Assignee | ||
Updated•25 years ago
|
Target Milestone: --- → M16
| Assignee | ||
Comment 4•25 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•