Search Type: Posts; User: iceblast_01
Search: Search took 0.02 seconds.
-
16 Feb 2011 10:59 PM
- Replies
- 1
- Views
- 436
Kindly delete this post thanks, sorry for duplicates
-
16 Feb 2011 10:57 PM
- Replies
- 3
- Views
- 511
Kindly delete the duplicates, I click post preview but it seems that the post has been posted... sorry
-
16 Feb 2011 10:55 PM
- Replies
- 3
- Views
- 511
is it posible to change the groupfield of a grouping store then refresh the grouping view?
I tried:
var store = new Ext.data.GroupingStore({
reader: new Ext.data.JsonReader({
... -
16 Feb 2011 10:52 PM
- Replies
- 0
- Views
- 345
is it posible to change the groupingfield of a grouping store then refresh the grouping view?
I tried:
var store = new Ext.data.GroupingStore({
reader: new Ext.data.JsonReader({
... -
16 Feb 2011 10:51 PM
- Replies
- 1
- Views
- 436
is it posible to change the groupingfield of a grouping store then refresh the grouping view?
I tried:
var store = new Ext.data.GroupingStore({
reader: new Ext.data.JsonReader({
... -
8 Nov 2010 7:15 PM
- Replies
- 1
- Views
- 1,098
Ext.Ajax has autoAbort which could abort any pending requests, can I use this on datastore so that when a user clicks a reload button my store don't load twice or more?
I have a function under... -
14 Apr 2010 7:43 PM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by iceblast_01
- Replies
- 63
- Views
- 24,192
I am trying to use this on a form, but if I use form.form.loadRecord(record); I get an error,
firebug says:
this.el is undefined
[this.el.applyStyles('background: #' + v + '; color: #' + i +... -
14 Apr 2010 7:26 PM
- Replies
- 59
- Views
- 93,786
i get an error when i load the record to the form using form.form.loadRecord(record); have anyone encountered this?
- nevermind sorry I am using 3.0 -
15 Dec 2009 11:24 PM
- Replies
- 1
- Views
- 1,921
is there a faq page for Ext Core? i just wanna know some simple questions but i cant find them so ill post it here
how is Ext Core related to Extjs?
is Ext Core included in Extjs 3 or is it a... -
18 Aug 2009 5:06 PM
- Replies
- 2
- Views
- 696
ok thanks, yes im using the same store for my comboboxes but i thought i may use the same instance of the combobox for multiple panels, so i have to create a combobox for each panel that i would use...
-
18 Aug 2009 1:02 AM
- Replies
- 2
- Views
- 696
hello, cant i have a single combobox and put it on many panels?
var combo = new Ext.form.ComboBox({
store: store,
displayField:'state',
....
});
var panel1... -
16 Aug 2009 11:41 PM
- Replies
- 52
- Views
- 39,943
hi i looked at the sample, everytime i click or mouse over the menu it always loads, is there a way to load the menus upon loading the panel, and not loading it again? like loading it once and thats...
-
15 Aug 2009 7:48 AM
- Replies
- 4
- Views
- 1,590
wow tnx! nice idea ill try that on monday give you feed back by then, i love this forum tnx again
-
15 Aug 2009 2:48 AM
- Replies
- 4
- Views
- 1,590
i do just load it when i want it, the button is somesort of refresh button, so i reload the store
when i click the button, so everytime i click the button the store reloads, i use the... -
14 Aug 2009 9:55 PM
- Replies
- 4
- Views
- 1,590
how to stop load event from loading?
i have a code here
function something()
{
var list = new Ext.data.JsonStore({
url: 'list.php',
root: 'someroot',
fields: [ -
13 Aug 2009 3:34 AM
Jump to post Thread: editorgrid focus by iceblast_01
- Replies
- 0
- Views
- 628
is there a way i can focus the cursor to the 1st cell when i add new row(blank record) on the EditorGrid??(not the new RowEditorGrid but the ordinary one)
-
11 Aug 2009 3:44 AM
- Replies
- 7
- Views
- 14,759
this only works if the node is leaf:true? how bout the ones with leaf:false? does this also work? can i have some examples? thanks!
-
11 Aug 2009 2:02 AM
Jump to post Thread: Wrap text in a treenode by iceblast_01
- Replies
- 7
- Views
- 3,761
same problem here anyone got solution for this? i don't want to use scroll bar at the bottom to scroll it sideways when the text is long, thanks if anyone can solve this
-
7 May 2009 8:55 PM
Jump to post Thread: combobox inside a dataview by iceblast_01
- Replies
- 11
- Views
- 3,071
hello again, Can i Pass the Value of the combobox to the record in the store of the dataview? because my comboboxes doesnt seem to know to which record do they belong...how?
nvr mind this post got... -
5 May 2009 1:37 AM
Jump to post Thread: combobox inside a dataview by iceblast_01
- Replies
- 11
- Views
- 3,071
yes, great! got it! thanks for your help! and Thanks for the tip, yeah i think it would be much much easier if i would use normal container with other components. :D
-
4 May 2009 8:18 AM
Jump to post Thread: combobox inside a dataview by iceblast_01
- Replies
- 11
- Views
- 3,071
ok ok got it, one last thing, how can i pass values from the dataview to the comboboxes? i have unique values in my record so all i have to do is pass it to the combobox and make it its id and hidden...
-
4 May 2009 4:32 AM
Jump to post Thread: combobox inside a dataview by iceblast_01
- Replies
- 11
- Views
- 3,071
ow..sorry i missed that part, i added that part but, when i select from a combobox from records other than the 1st, the value still goes to the 1st record...
i think the comboboxes didnt know... -
4 May 2009 3:55 AM
Jump to post Thread: combobox inside a dataview by iceblast_01
- Replies
- 11
- Views
- 3,071
yes this is almost what i want to happen, comboboxes on each record, well i tried it out with the dataview example, there is a little problem, can't put value on them, when i try to put a value it...
-
4 May 2009 2:28 AM
Jump to post Thread: combobox inside a dataview by iceblast_01
- Replies
- 11
- Views
- 3,071
would renderTo: render the combobox to all the placeholder with that id or or render it the 1st item with that id? because im using xtemplate on the dataview and putting <div id="combobox5"></div> on...
-
4 May 2009 12:30 AM
Jump to post Thread: combobox inside a dataview by iceblast_01
- Replies
- 11
- Views
- 3,071
how could i put a combobox inside a dataview? since a dataview is not a container, i cant put items in it? but i need to display my records dataview style but with some functionalities, any links to...
Results 1 to 25 of 33
