Search Type: Posts; User: nougaSencha
Search: Search took 0.02 seconds.
-
29 May 2012 9:17 AM
- Replies
- 13
- Views
- 19,264
hi,
i want to like this interface
35713
so this is my code:
Ext.define('AppHotel.view.Home',{
extend:'Ext.Img',
extend: 'Ext.Panel', -
29 May 2012 8:48 AM
Jump to post Thread: sencha touch2: view by nougaSencha
- Replies
- 11
- Views
- 957
i try this but dosen't work in the proprieties width we didn't write % we write just the number this is the syntax: width: 100 although the image didn't take all the width of my page
-
29 May 2012 8:28 AM
Jump to post Thread: sencha touch2: view by nougaSencha
- Replies
- 11
- Views
- 957
hi,
i didn't understand the role of requires.
for the image i change the path that's work, but i want that my image couvert all the large of the page i do this but it doesn't work:
{
... -
29 May 2012 7:20 AM
Jump to post Thread: sencha touch2: view by nougaSencha
- Replies
- 11
- Views
- 957
yes i add the second extend : Ext.img because in the console i got this erreur: [WARN][Anonymous] [Ext.Loader] Synchronously loading 'Ext.Img'; consider adding 'Ext.Img' explicitly as a require of...
-
29 May 2012 6:25 AM
Jump to post Thread: sencha touch2: view by nougaSencha
- Replies
- 11
- Views
- 957
hi,
i want to add in image in my home view, i use xtype: 'image' but the image not displyed this is my code:
Ext.define('AppHotel.view.Home',{
extend:'Ext.Img',
extend: 'Ext.Panel',
... -
29 May 2012 1:08 AM
Jump to post Thread: sencha touch2: view by nougaSencha
- Replies
- 11
- Views
- 957
hi,
thank you very much it's work with docked.
how can i do to change de design of the searchfield to look beauty:) -
28 May 2012 8:41 AM
Jump to post Thread: sencha touch2: view by nougaSencha
- Replies
- 11
- Views
- 957
i use sencha touch2 to create my phone application.
i want to do like this image:
35672
so in my home page i need the logo, the searchField and list for navigation, i want to respect the MVC model... -
25 May 2012 6:43 AM
- Replies
- 10
- Views
- 3,024
i have just beginning to use sench touch2, i folow this video"http://www.youtube.com/watch?v=5F7Gx0-W-M4" to get start with list
i greate 'Place.js'in model this the code:
... -
25 May 2012 6:26 AM
- Replies
- 2
- Views
- 2,047
i have just beginning to use sench touch2, i folow this video"http://www.youtube.com/watch?v=5F7Gx0-W-M4" to get start with list
i greate 'Place.js'in model this the code:
... -
23 May 2012 2:44 AM
Jump to post Thread: Image (Logo) in Toolbar by nougaSencha
- Replies
- 8
- Views
- 9,510
hi,
i use sencha 2(js 4.0) and i want to add a logo of my application in Toolbar
this is my code:
var header = new Ext.Toolbar({
dock: 'top',
ui: 'light',
title: 'Hotels'
});
Results 1 to 10 of 10
