Search Type: Posts; User: PhillipeGori
Search: Search took 0.03 seconds.
-
30 Mar 2012 9:23 AM
Jump to post Thread: Tab Panel Scrollable by PhillipeGori
- Replies
- 2
- Views
- 547
It works!
Thanks! -
30 Mar 2012 2:40 AM
Jump to post Thread: Tab Panel Scrollable by PhillipeGori
- Replies
- 2
- Views
- 547
Hi, I have a TabPanel just like this:
Ext.define('WAMobile.view.Viewport', {
extend: 'Ext.TabPanel', -
29 Mar 2012 5:58 AM
Jump to post Thread: Reference button and panel by PhillipeGori
- Replies
- 1
- Views
- 303
How I can reference the panel by the button on the code below? By id?
Ext.define('WAMobile.view.Overlay', {
extend: 'Ext.Container',
xtype: 'overlaypage',
config: {
... -
27 Mar 2012 4:06 AM
- Replies
- 1
- Views
- 668
Hi, I don't find in anywhere. How I implement a search field with autocomplete?
Someone have an example with data?
Thanks -
26 Mar 2012 10:41 AM
Jump to post Thread: TitleBar property by PhillipeGori
- Replies
- 1
- Views
- 361
If i change the code to this:
Ext.define("Gori.view.Home", {
extend: 'Ext.tab.Panel',
requires: ['Ext.TitleBar'],
xtype:'tabhome',
config: {
title: 'Home',
iconCls: 'home', -
26 Mar 2012 10:32 AM
Jump to post Thread: TitleBar property by PhillipeGori
- Replies
- 1
- Views
- 361
Hi everyone.
I'm trying to make a view Main.js with this code and I'm using some xtype like this to show in my tabs:
Ext.define("Gori.view.Main", {
extend: 'Ext.tab.Panel',
requires:...
Results 1 to 6 of 6
