Search Type: Posts; User: fabiojpoli
Search: Search took 0.02 seconds.
-
21 Aug 2011 5:41 PM
Jump to post Thread: Extend 'Ext.window.MessageBox' by fabiojpoli
- Replies
- 6
- Views
- 1,373
The MessageBox is already loaded, including all the methods I use it since I am extending it. The problem is not this.
-
20 Aug 2011 8:32 AM
Jump to post Thread: Extend 'Ext.window.MessageBox' by fabiojpoli
- Replies
- 6
- Views
- 1,373
Hello,
I could even change the button text
messageBox.msgButtons.yes.text = 'Save'
However, as the MessageBox is a singleton, it applies in all of the app buttons yes.
Note: This... -
20 Aug 2011 6:33 AM
Jump to post Thread: Extend 'Ext.window.MessageBox' by fabiojpoli
- Replies
- 6
- Views
- 1,373
I was able to extend the Singleton MessageBox ((http://www.sencha.com/learn/legacy/Manual:Intro:Patterns:Singleton#Singleton_object_which_extends_an_existing_class) But I went into a second problem:...
-
20 Aug 2011 3:44 AM
Jump to post Thread: Extend 'Ext.window.MessageBox' by fabiojpoli
- Replies
- 6
- Views
- 1,373
Hello,
I'm trying to extend the class Ext.window.Message box.
I found this post, but there is no solution there ... -
13 Aug 2011 8:13 AM
- Replies
- 2
- Views
- 684
Hello, thanks for the reply.
I tried this:
grid1.doLayout();
And this: -
13 Aug 2011 5:14 AM
- Replies
- 2
- Views
- 684
Good morning people, while I can not find a solution to dynamically change the template (http://www.sencha.com/forum/showthread.php?143401-Update-Template-RowExpander), I went into the background...
-
10 Aug 2011 10:23 AM
Jump to post Thread: Update Template RowExpander by fabiojpoli
- Replies
- 0
- Views
- 488
Hello,
How to update dinamically the template of RowExpander?
I am doing a extension, but not can work the method setRowBodyTpl, the object is updated, but the grid don't show the change.
I... -
27 Jul 2011 8:46 AM
- Replies
- 8
- Views
- 1,282
I am using the version 4.0.2a (last published), my code is this:
Ext.onReady(function(){
Ext.define('Model', {
extend: 'Ext.data.Model',
fields: ['id', 'nomeCidade',... -
27 Jul 2011 3:07 AM
- Replies
- 8
- Views
- 1,282
Nothing, not show menu!
-
26 Jul 2011 3:23 AM
- Replies
- 8
- Views
- 1,282
Not work!
var grid = Ext.create('Ext.grid.Panel', {
store: store,
height: 350,
width: 200,
renderTo: Ext.getBody(),
lockable: true,
//selModel... -
25 Jul 2011 6:51 AM
- Replies
- 8
- Views
- 1,282
Good morning guys, come over here with a question:
Based on this example, I realized something not very feasible, to appear in the menu header of the grid options and lock you must first unlock... -
21 Jun 2011 5:25 AM
- Replies
- 0
- Views
- 785
Hello, tell me know why they occur the following errors in file ext-all-debug in firebug in this example?
http://dev.sencha.com/deploy/ext-3.4.0/examples/calendar/index.html
This is the same... -
4 Jun 2011 5:35 AM
Jump to post Thread: Change selType by fabiojpoli
- Replies
- 1
- Views
- 672
How change selType of grid after of create?
Thanks! -
31 May 2011 11:35 AM
- Replies
- 0
- Views
- 588
Hello everybody, I have a multi tollbar groupbutton, so many that some are not visible because of screen resolution. Already identified the moment when the toolbar items are hidden, but how do I...
-
27 May 2011 6:05 AM
- Replies
- 0
- Views
- 334
Hello everybody,
How to dynamically add a submenu? With the code below I can only add a menu with submenu dynamically. Thank you in advance.
Ext.onReady(function(){
var menu = new... -
25 May 2011 11:35 AM
- Replies
- 1
- Views
- 309
Solved!
model.bubble(function(i){
console.log(i.get('text'))
}); -
25 May 2011 9:37 AM
- Replies
- 1
- Views
- 330
Solved!
http://www.extjs.com.br/forum/index.php?topic=5040.msg26722#msg26722 -
25 May 2011 8:16 AM
- Replies
- 1
- Views
- 330
The TabPanel for example:
tabPanel.child ('panel [title =' test']');
He picked up the tab of the TabPanel, but was identified as the selector is 'panel'?
Thanks! -
25 May 2011 7:04 AM
- Replies
- 1
- Views
- 309
Hello, I would change this topic (http://www.sencha.com/forum/showthread.php?134605-Recuperar-node-quot-av%F4-quot), including changing the title, but could not, so I'm creating a new best explained....
-
25 May 2011 5:42 AM
Jump to post Thread: Check if tab is already open by fabiojpoli
- Replies
- 5
- Views
- 1,877
Solved!
tabPanel.child('panel[title='test']'); -
25 May 2011 4:07 AM
Jump to post Thread: Check if tab is already open by fabiojpoli
- Replies
- 5
- Views
- 1,877
Need to know if there is a tab, regardless of whether it is active or not, I create a new tab only if it does not exist. If it exists, I'll just turn it on and not create a new one.
-
25 May 2011 3:54 AM
Jump to post Thread: Check if tab is already open by fabiojpoli
- Replies
- 5
- Views
- 1,877
Hello
The find method was deprecated by firebug, it is suggested to use the findBy but did not work.
var tabExists = tabPanel.find(
function(aba){
return aba.title ===... -
24 May 2011 12:02 PM
Jump to post Thread: Recuperar node "avô" by fabiojpoli
- Replies
- 0
- Views
- 668
Hello everyone.
Retrieve node "grandfather"
How to retrieve the node "grandfather" node by clicking the "grandchild"?
Considering the image, click "View All ", I get the node "Contact. "... -
2 May 2011 4:32 AM
- Replies
- 11
- Views
- 2,307
Thanks!
-
2 May 2011 3:31 AM
- Replies
- 11
- Views
- 2,307
Very good atian25, worked perfectly, but can you explain these commands?
In app.js
Ext.Loader.setConfig({enabled: true});
...
In controller / Users
...
Results 1 to 25 of 66
