-
25 Oct 2011 8:12 PM #1
Missing "toolTip" property in Tab Panel
Missing "toolTip" property in Tab Panel
Am I missing something here? In ExtJS 3.x, each tabPanel had a TabTip. Looking at the API for ExtJS 4.x, it looks like this can be done with "toolTip" property.
Is there any reason this property is not available in Designer?
(Currently using 1.2.2 r48)Perfection as a goal is a nice idea that can point one in a specific direction. However, since "perfection" is an ever changing (evolving?) and moving target, one must admit that perfection can never be obtained...
When in doubt, check the d4mn source code!
-
30 Oct 2011 5:11 PM #2
//bump++;
Perfection as a goal is a nice idea that can point one in a specific direction. However, since "perfection" is an ever changing (evolving?) and moving target, one must admit that perfection can never be obtained...
When in doubt, check the d4mn source code!
-
31 Oct 2011 5:13 PM #3
Hello lorezyra,
The tooltip is available on the tab panel toolbar and not the tabs itself.
Code:tools:[{ type:'refresh', tooltip:'Refresh form Data',// hidden:true, handler:function(event, toolEl, panel){// refresh logic}},{ type:'help', tooltip:'Get Help', handler:function(event, toolEl, panel){// show help here}}]
-
31 Oct 2011 9:11 PM #4
@Bharatn:
That's great... Now, can you show me where in Designer (1.2.2.r48) that I can find either "tools" or "tooltip"??? I've looked on the tabs and the tabpanels... Neither of these config's are available...
I should clarify that I'm creating a ExtJS 4.x project. Designer shows the "tooltip" config for 3.3.x projects... but not for 4.x (tabPanels)...Perfection as a goal is a nice idea that can point one in a specific direction. However, since "perfection" is an ever changing (evolving?) and moving target, one must admit that perfection can never be obtained...
When in doubt, check the d4mn source code!
-
2 Nov 2011 11:12 AM #5
02
Hi lorezyra,
You have a found a bug in Designer. We will add this in our next release.
Thank you!
Success! Looks like we've fixed this one. According to our records the fix was applied for
DSGNR-898
in
Architect 2.0.



Reply With Quote