Opened 17 years ago
Closed 14 years ago
#857 closed New Feature (worksforme)
tab index as a html form element
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | SF HasPatch | Cc: |
Description (last modified by )
it will be great to set a tab index for the fck-textarea
see me patch for the php class
1403823 insert tabindex in fckeditor.php
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1403830&group_id=75348&atid=543656
Attachments (1)
Change History (6)
comment:1 Changed 17 years ago by
Reporter: | changed from Martin Kou to jackewitz@… |
---|
comment:2 Changed 17 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 17 years ago by
comment:4 Changed 17 years ago by
Keywords: | HasPatch added |
---|
We just integrate your FCKeditor in the community system commsy (other sf.net project).
In doing so we mentioned that there is no possibilitiy to set a tabindex in the php class. So I add this feature to the class and only made minor changes:
add line 33
change line 85 add line 86,87,88,89
change 103 add line 104,105,106,107
Moved from Sourceforge, original author Iver Jackewitz http://sourceforge.net/tracker/index.php?func=detail&aid=1403823&group_id=75348&atid=543655
The proposed changes are in the attachment fckeditor.php
comment:5 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Should be doable in CKEditor with:
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.tabIndex
#988 has been marked as dup