Search Type: Posts; User: cntop@msn.com
Search: Search took 0.02 seconds.
-
4 Jan 2013 4:58 PM
Jump to post Thread: PullRefresh for Panels by cntop@msn.com
- Replies
- 6
- Views
- 1,095
u're a good man, this plugin is useful for me.
-
16 Dec 2012 7:12 AM
- Replies
- 1
- Views
- 171
hey guys, i find some problem with layout:hbox. code below
var panel = Ext.create("Ext.Panel", { layout: 'vbox',
items: [{
xtype: 'panel',
html: '111',
style:... -
2 Dec 2012 12:30 AM
- Replies
- 1
- Views
- 275
hello, everyone.
<!DOCTYPE html><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Getting Started
... -
23 Nov 2012 5:51 PM
- Replies
- 5
- Views
- 480
thank u, mitchellsimoens, now it work
by the way, i can't find 'scrollDock' in API Docs. -
20 Nov 2012 9:00 PM
- Replies
- 5
- Views
- 480
yes, i want carousel at the top of the list.
-
9 Nov 2012 6:26 PM
- Replies
- 5
- Views
- 480
anybody help me?
-
9 Nov 2012 6:20 PM
- Replies
- 2
- Views
- 805
thank you, and best wish to sencha team.
-
8 Nov 2012 9:25 PM
- Replies
- 2
- Views
- 805
i use ST and packaged by phonegap, phonegap had published version 2.2 to compatible with windows 8 recently, i want to know if ST compatible with windows 8 in next version.
-
8 Nov 2012 4:20 PM
- Replies
- 6
- Views
- 2,595
it looks so cool, and i can't believe ST can make so perfect game.
due to the google play can't uesed in my country, would u offer apk download url?
thx. -
8 Nov 2012 6:29 AM
- Replies
- 5
- Views
- 480
hi, mate!
in ST2.0.1.1 version, i have a carousel in list, code below
var myCarousel = new Ext.Carousel({...pic inside...});
var myList = Ext.create('Ext.List', {
id: 'myList',
... -
8 Nov 2012 12:31 AM
- Replies
- 4
- Views
- 484
thx a lot, Tim.
my brain has low speed recently, i see light suddenly that i can use 'xtype:combobox' replace 'ext.create()', the xtype syntax can avoid double quotation marks. -
7 Nov 2012 4:11 PM
- Replies
- 4
- Views
- 484
thank you, @vietits.
due to my server side program is PHP, and the json is a transform from php array, so its difficult to remove double quotation marks, so i put a special mark in array like this
... -
6 Nov 2012 8:09 PM
- Replies
- 4
- Views
- 484
due to the dynamic module consideration, i must output ext code in json block.
this time i want to add combobox into a grid column dynamically, the extjs code fragment like this
var grid =... -
29 Oct 2012 3:53 AM
- Replies
- 2
- Views
- 360
thank a lot to ingo.hefti, the 'home','user' is default css style name in sencha-touch.css, the redefinition name has given in my css file, so it looks like shadow in my page.
by the way, my project... -
27 Oct 2012 7:53 AM
- Replies
- 2
- Views
- 360
Ext.application({
name: 'sample',
launch: function() {
var panel = Ext.create('Ext.Panel', {
layout: 'vbox',
items: [{
xtype: 'panel',
flex: 1,
html: 'product',... -
6 Sep 2012 12:29 AM
- Replies
- 5
- Views
- 676
woooow~, the code does not works in extjs4.0, but it works in extjs4.1 perfect!
i want to upgrade 4.0 to 4.1 in my project, does extjs support backword-compatible?
thanks a lot to evant and... -
6 Sep 2012 12:03 AM
- Replies
- 5
- Views
- 676
the code delete the east panel, but it does not create the new east panel.
-
5 Sep 2012 11:40 PM
- Replies
- 5
- Views
- 676
i'm new to extjs and want to delete and rebuild a component in layout of border, code below:
var eastPanel_before = new Ext.Panel({
id: 'eastPanel_before',
title: 'east comp',
...
Results 1 to 18 of 18
