xtrace
Tuesday, October 4, 2011
Extjs: Chaning tip text: acessing thumb value while dragging
initComponent
:
function
(
)
{
this
.
tipText
=
function
(
thumb
)
{
return
Ext.
String
.
format
(
thumb.
value
+
" is the current thumb value"
)
;
}
;
this
.
callParent
(
)
;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment