Search Type: Posts; User: OtavioF
Search: Search took 0.05 seconds.
-
16 Nov 2012 3:27 PM
Jump to post Thread: Problem with Array by OtavioF
- Replies
- 1
- Views
- 209
can someone help me?
-
14 Nov 2012 10:46 AM
Jump to post Thread: Problem with Array by OtavioF
- Replies
- 1
- Views
- 209
I'm using a two level array, where in the first one i pass the id from a certain region and at the second level of the same array, i pass the data from a product registered in this region, but, when...
-
6 Nov 2012 9:23 AM
Jump to post Thread: TabPanel Blink by OtavioF
- Replies
- 5
- Views
- 466
i think i got the xtype, but when i tried to put the blink, it does not work, i put an id in my xtype tabpanel (id: 'painel') and get it later.
console error: Uncaught TypeError: Object [object... -
6 Nov 2012 8:24 AM
Jump to post Thread: TabPanel Blink by OtavioF
- Replies
- 5
- Views
- 466
ok, i changed to Ext.tab.Panel, but now, i need to doing something like this: var = new TabPanel Ext.TabPanel ({}) in my xtype: 'tabpanel' to doing tabPanel.blink(); work, i tried to put an id, but...
-
6 Nov 2012 7:58 AM
Jump to post Thread: TabPanel Blink by OtavioF
- Replies
- 5
- Views
- 466
tvanzoelen, i have a .js file with this config, (Ext.ux.BlinkTab.js) and i import in my application (<script type="text/javascript" src="../source/js/Ext.us.BlinkTab.js"></script>) but does not...
-
6 Nov 2012 6:09 AM
Jump to post Thread: TabPanel Blink by OtavioF
- Replies
- 5
- Views
- 466
I'm trying to do my TabPanel tab blink when give a message error, but my TabPanel is created with xtype, in the example I found, it is created as var = new TabPanel Ext.TabPanel ({}) and then used an...
-
29 Oct 2012 2:32 AM
Jump to post Thread: Hide form by OtavioF
- Replies
- 2
- Views
- 268
it's worked, ty slemmon. :)
-
26 Oct 2012 9:52 AM
Jump to post Thread: Hide form by OtavioF
- Replies
- 2
- Views
- 268
How can i hide a form as default and only make it appear when I click in a button?
code:
//Cria Formulário
formulario = Ext.widget('form',{
xtype: 'form',
id:... -
19 Oct 2012 11:28 AM
Jump to post Thread: Problem with rowEditing Plugin. by OtavioF
- Replies
- 3
- Views
- 617
I've already solved my problem.
Thanks Scott. -
19 Oct 2012 9:52 AM
Jump to post Thread: Problem with rowEditing Plugin. by OtavioF
- Replies
- 3
- Views
- 617
I did it to update the store at each edit that i do. The problem is that i want to save all the data in one session, then save it at the Database.
Now i have a problem when i insert the data, the... -
19 Oct 2012 6:17 AM
Jump to post Thread: Problem with rowEditing Plugin. by OtavioF
- Replies
- 3
- Views
- 617
I'm having a problem to get the values typed in the rowEditing plugin. When I type the values, I can't get it back with function.
error message: Uncaught TypeError: Cannot call method 'get' of...
Results 1 to 11 of 11
