Search Type: Posts; User: Smeraldo
Search: Search took 0.01 seconds.
-
18 Apr 2013 12:50 AM
- Replies
- 3
- Views
- 401
Thanks for reply!
I solved my problem with this code:
Ext.define('Test.view.Main', {
extend: 'Ext.tab.Panel',
xtype: 'main',
requires: [ -
17 Apr 2013 7:38 AM
- Replies
- 3
- Views
- 401
I tried this:
Ext.define('Test.view.Main', {
extend: 'Ext.tab.Panel',
xtype: 'main',
requires: [
'Ext.TitleBar'
], -
17 Apr 2013 7:15 AM
- Replies
- 3
- Views
- 401
Hello,
I'm a beginner of Sencha Touch 2.
I'm trying to build an app with this functionality
1) Main view is a tab panel
2) The first tab has 3 areas. The last one is a list of products.
3)... -
13 Jan 2013 10:14 AM
- Replies
- 3
- Views
- 1,047
Thanks, u r great!
-
19 Oct 2012 4:07 AM
- Replies
- 1
- Views
- 229
Hi, I'm trying to build my App for production.
I am following this guide: http://docs.sencha.com/touch/2-0/?print=/guide/building
But my index.html file is very different from the example:
... -
2 Oct 2012 3:01 AM
- Replies
- 3
- Views
- 734
Any suggestion?
-
1 Oct 2012 7:07 AM
- Replies
- 3
- Views
- 734
Hi, thanks for the answer.
I have done this:
Store: maps.json
{
"items": [
{ -
28 Sep 2012 6:34 AM
- Replies
- 3
- Views
- 734
Hi!
I have a small app with 3 tabs in a tab panel:
- welcome screen
- map (google)
- nested list (1 level with html details) -
25 Sep 2012 12:21 AM
Jump to post Thread: Add a Map in a Tab Panel by Smeraldo
- Replies
- 3
- Views
- 830
If I do this:
Ext.create("Ext.tab.Panel", {
//layout: 'card',
fullscreen: true,
tabBarPosition: 'bottom',
items: [
{ -
24 Sep 2012 1:23 PM
Jump to post Thread: Add a Map in a Tab Panel by Smeraldo
- Replies
- 3
- Views
- 830
Thanks, but... where can I find the example?
I have found just this one: http://docs.sencha.com/touch/2-0/#!/example/maps -
24 Sep 2012 6:33 AM
Jump to post Thread: Add a Map in a Tab Panel by Smeraldo
- Replies
- 3
- Views
- 830
Hi,
how can I add a Map in a Tab Panel?
Here is my code:
Ext.create("Ext.tab.Panel", {
fullscreen: true, -
5 Jul 2009 5:26 AM
- Replies
- 623
- Views
- 217,874
Hi freddd,
thank you, but your code doesn't work for me.
I resolved my problem in this (ugly) way, updating setValue function:
/**
* Sets the value of the LovCombo -
26 Jun 2009 4:11 PM
- Replies
- 623
- Views
- 217,874
Hi Saki,
I have a problem with the option checked:
Here my Javascript Code:
var store78 = new Ext.data.Store({
url: 'xml_cdcvalue.php?idcara=76&valori=100,125,15,150', -
16 Jun 2009 7:43 PM
Jump to post Thread: Grid CellActions Plugin by Smeraldo
- Replies
- 274
- Views
- 96,908
Hi, thanks a lot for this plugin, it's very useful for me!
I have the CellAction plugin in a cell that has a ComboBox for editor.
Is it possible to change the CellAction icon according to the...
Results 1 to 14 of 14
