Opened 12 years ago
#582 new defect
Support extra JxLib UI initialization options
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 2.0 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description ΒΆ
Currently, the ApplicationDefinition.js will create the widget instances and its Jx UI widget based on the widget's uiClass property. However, the options passed into the Jx UI widget constructor are always:
- label
- image
- imageClass
- toggle
There should be another property like the uiClass that we can put extra initialization options onto that is merged with the above properties to form the final initialization options that is passed to the matching Jx UI widget constructor.
Note:
See TracTickets
for help on using tickets.