Hi,
When I enable canAddTabs on TabSet the rendered button is broken:
To reproduce:
1. Go to http://www.smartclient.com/#tabsAddAndRemove
2. Add "canAddTabs: true" to TabSet
3. Run script
Version: v10.1p_2016-02-12/PowerEdition Deployment
Edit:
I tried adding a similar button via tabBarControls, and found out that documentation at http://www.smartclient.com/docs/rele...tabBarControls is broken: linked usage example doesn't exist, and using provided sample code generated a button that expects add_Over.png to exist.
When I enable canAddTabs on TabSet the rendered button is broken:
- it's incorrectly positioned
- mouse over requests a missing file from skin (actions/add_Over.png)
To reproduce:
1. Go to http://www.smartclient.com/#tabsAddAndRemove
2. Add "canAddTabs: true" to TabSet
3. Run script
Version: v10.1p_2016-02-12/PowerEdition Deployment
Edit:
I tried adding a similar button via tabBarControls, and found out that documentation at http://www.smartclient.com/docs/rele...tabBarControls is broken: linked usage example doesn't exist, and using provided sample code generated a button that expects add_Over.png to exist.
Comment