Condor:
Ext.override(Ext.form.Checkbox, {
setBoxLabel: function(boxLabel){
this.boxLabel = boxLabel;
if(this.rendered){
this.wrap.child('.x-form-cb-label').update(boxLabel);
}
}
});
Type: Posts; User: paulwolbers
Condor:
Ext.override(Ext.form.Checkbox, {
setBoxLabel: function(boxLabel){
this.boxLabel = boxLabel;
if(this.rendered){
this.wrap.child('.x-form-cb-label').update(boxLabel);
}
}
});
I would also like to know if this is possible.
Thanks yeghikyan, that works perfect.
I can't seem to find out how to use the success and failure handlers.
I want to empty another formfield when the validation return success false.
I've tried several things..
<code>
{
...
I would like to set a color or disable some items in a timefield.
Is that possible? I have tried some listeners, only return false in the beforeselect works, but it would be nicer to gives a color...
Didn't work for me, because after that the node is not selectable.
This is how I got it working now:
var node = tree.getSelectionModel().getSelectedNode();
node.setId(result.data.id);
Doesn't work for me. It switches the left button and the right buttons, no space coming in between.
{
xtype: 'tbspacer',
border: 0,
flex: 1
}
is also not working
if(user has right) {
main_toolbar.add('-',{
text: '<i class="fa fa-list-alt"></i> Menuitem',
handler: function() {
// your handler
}
});
}
There are several situations it would be handy that grid could autoHeight, like in an accordion view in the centerpart of a border layout..
Anyone?
I only want some of the column headers to be shown vertically, how would I have to do that?
update: I tried some things, got it working, only tested in FF:
gave the grid a cls...
Super! Thanks a lot Mainegreen.
Is it really necessary to try to destroy the iframe first? without that it also works..
Perhaps you added the option to the grid instead of the column?
in ExtJS 3.4.0 i used this:
bbar: {
toolbarCls: 'x-toolbar-ct',
cls: 'x-toolbar-ct-blue',
items: [ .... ]
}
.x-toolbar-ct-blue {
border-left:1px solid #99BBE8;
I'm wondering if this is already built in ?
the html editor still doesn't listen to the tab key ...
I'm working with extjs 3.4.0
you can do it by giving width's for every column and don't use autoExpandColumn
would be nice if you said how you fixed it...
for me this worked:
in the formpanel:
autoScroll: true