Search Type: Posts; User: drumforhim
Search: Search took 0.01 seconds.
-
9 Mar 2013 7:15 AM
Jump to post Thread: ext4 mvc by drumforhim
- Replies
- 1
- Views
- 211
Hello everyone! Just started using-learning the "new" mvc architecture in extjs4 and i find it amazing. Ed and who else is there, you guies have done an amazing job!The refs array with it's get set...
-
4 Dec 2012 2:52 AM
Jump to post Thread: Rendering delay by drumforhim
- Replies
- 1
- Views
- 146
Hi everyone,
I'm working on an application that has some forms and the forms have many fields. as far as fields i don't use the usual method
items :[
{
prop1 : etc,
prop2 : etc,... -
1 Nov 2012 5:54 AM
Jump to post Thread: IE 8 and behind error by drumforhim
- Replies
- 2
- Views
- 290
Thanks a lot bud! it was a comma in the stores array i was passing into the function!
regards! -
1 Nov 2012 4:40 AM
Jump to post Thread: IE 8 and behind error by drumforhim
- Replies
- 2
- Views
- 290
I have a function that cleans up my form stores
nothing fancy...
cleanUpStores : function(stores,del)
{
if(stores)
{
for(var i=0;i<stores.length;i++)
{ -
25 Oct 2012 5:21 AM
Jump to post Thread: duplicating fields by drumforhim
- Replies
- 1
- Views
- 185
Hello everyone!
I have a form in which i have build a custom field panel that can duplicate itself so the user may enter several values of this field.it's a textfield by the way
so i have given to... -
8 Oct 2012 1:02 AM
Jump to post Thread: Click event on checkbox by drumforhim
- Replies
- 3
- Views
- 863
Hello everyone
Can please someone explain to me how can i add a click event on a checkbox in my form. i have tried check,change,handler but they all seem to fire when the form loads, something that... -
20 Sep 2012 4:58 AM
- Replies
- 1
- Views
- 365
Hello everyone.
I have a problem with adding tabs to a tab panel when i click a menu item. Here is my code
var mainMenuTree = Ext.create('Ext.tree.Panel', {
store: mainMenuTreeStore,
... -
15 Jul 2012 11:18 PM
- Replies
- 2
- Views
- 550
Thanks a lot that was very helpful!
-
13 Jul 2012 2:19 AM
- Replies
- 2
- Views
- 550
i have the following code
var p =newExt.Panel({ title:'Column Layout - Percentage Only', layout:'column', items:[{ title:'Column 1', columnWidth:.25},{ ...
Results 1 to 9 of 9
