Any update?
Type: Posts; User: tmchedlishvili
Any update?
hello
I have done tooltip for drop-down list items like this:
listConfig: {
itemTpl: '<div data-qtip="{description}">{name}</div>'
};
and now I...
my tree store is't static, nodes have some other datas, record.data.id,record.data.someId.. storeLoad method loads all data, and i want to display only some of them(with their chilldrens).and with...
I know there are many things about this item, but i can't do my job and if you can give me some advice , please help me, my task is following: I have tree
var myTree = Ext.create('App.Tree', {
...
i do it my self
var tpl = new Ext.XTemplate(
'<p>title: </p>',
'<tpl for=".">',
'<tpl...
yes in my database is many data and it loads all records
1.31
2.12
3.48
.....
and my goal is load only one for example 31
hello
i'm interesting in possibility of loading some,distinct data from store in View.view
i want
var tpl = new Ext.XTemplate( '<font size="5">Title</font> ',
'<tpl for=".">',
...
hello friends
please help me if you can ,my job is following
i have model_stores
Ext.define('Exam.model.ApplicantEvaluations', {
extend: 'Ext.data.Model',
idProperty:...
hello friends please help me and give me some advice
i have two combobox
codes :
Ext.define('Exam.widget.EvaluationCombo', { extend: 'Ext.form.field.ComboBox',
requires: ['Ext.data.Store'],...
ansver : evaluation.applicantId = me.record.get('id');
hello
my code is the following
var form = me.down('evaluationform').getForm();
var evaluation = form.getFieldValues();
and my aim is to set some other value(ID) to my...
can you tall me how mark my question as ,,answered''
thnks i did't know , but i know now
thank you very much i did , i don't know split's job
hello my task is following layout
44537
i know that it needs border layout, i tray almost every combination but my goal is not reached,main problem is thirdPanel
please help me.. give me some...
thnks tnks i do this myself with this Ext.create('SFG.view.ChildWindow',{ tree:me
});
and my code was without tree:me,
now in my window me.tree is tree panel :):)
hello
i have window.window and button on it, my goal is to get,reach,invoke my tree panel.
i have , requares : [app.MyTreePanel] in window.window ,and alias: 'widget.mytreepanel' in panel.Tree, and...
yes of course i saw but...may be it is fault of my knowledge in extjs
finaly i do my job with this code :
t.up().down('persongrid').getStore().loadData(t.activeRecord[0].data, true);
inf...
hello friend
may be my problem is very easy for you but i can't afford..
i'm getting datas from row and showing in other panel's fields
my goal is edit this datas and show edited datas in grid...
no one know about this...
thanks and sorry
hello
please help me or give me an advice
my job is very easy but i can't efford to do this, this is my first foot steps in extjs.
my goal is working save button,which saves new data and shows in...
hello
i have view.port containing personform, and persongrid , and some fields on personform, my aim is create,save new data and display in grid but i can't do this please give me some advice...
thanks
I have done this problem my self
solution :
history:function(c){ var getMainWindow = c.findParentByType('calcwindow');
var me = this;...
my question is not good,
i whant to access pirent's object (panel.)