Opened 10 years ago
Last modified 10 years ago
#15531 closed enhancement
Button: control of Base text direction in — at Version 1
Reported by: | wajnberg | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Dijit - Form | Version: | 1.7.2 |
Keywords: | Cc: | sashash | |
Blocked By: | Blocking: |
Description (last modified by )
Support for textDir property in Button, ToggleButton?, DropDownButton? and ComboButton?, same as for form widget. The core support for base text direction (via textDir) was introduced via #12367.
Change History (2)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → 2.0 |
Note: See
TracTickets for help on using
tickets.
I am noticing a lot of duplication across dijit, with lots of _setTextDirAttr methods that are basically the same. It seems like it would be better to have a single method in _BidiSupport.js that handled simple cases like Button and MenuItem.