Search Type: Posts; User: indapublic
Search: Search took 0.02 seconds.
-
5 Feb 2013 7:46 AM
- Replies
- 3
- Views
- 345
Strange behaviour. But if you say that's ok - sorry for trouble.
-
4 Feb 2013 10:09 AM
- Replies
- 3
- Views
- 345
I have view
extend: 'Ext.form.Panel',
if not define title in config
config: {
id: 'viewNew',
// title: ''
fullscreen: true
}, -
1 Feb 2013 2:57 AM
Jump to post Thread: Nested list with benefits? by indapublic
- Replies
- 2
- Views
- 131
Close topic.
-
31 Jan 2013 11:23 PM
Jump to post Thread: Nested List & Pull Refresh by indapublic
- Replies
- 1
- Views
- 184
Can I use plugin Pull Refresh for Nested List (or simulate it)?
I know that Nested List is not reload, but I want catch event and reload list's store. -
31 Jan 2013 10:34 PM
Jump to post Thread: Nested list with benefits? by indapublic
- Replies
- 2
- Views
- 131
I find solution for first question: i add "leaf" property to main items.
-
31 Jan 2013 10:19 PM
Jump to post Thread: Nested list with benefits? by indapublic
- Replies
- 2
- Views
- 131
I want use nested list for sidebar menu with this structure:
Item1
- Subitem11
- Subitem12
Item2
- Subitem21
Item3
Item4
- Subitem41 -
31 Jan 2013 9:49 AM
- Replies
- 2
- Views
- 286
Thanks!
-
31 Jan 2013 8:35 AM
- Replies
- 2
- Views
- 286
Adding class 'x-badge' in itemTpl is not working.
xtype: 'list',
itemId: 'listMainMenu',
store: 'storeMainMenu',
fullscreen: false,
itemTpl: '<span class="x-badge ">{BadgeText}</span>' -
30 Jan 2013 9:49 AM
Jump to post Thread: Sencha Touch 2.1 and itemId by indapublic
- Replies
- 1
- Views
- 236
Try to use Sencha Touch 2.1 and want to create login form.
I have this code:
xtype: 'fieldset',
title: 'My Login',
items: [
{
xtype: 'emailfield',
placeHolder: 'Username',
itemId:... -
6 Dec 2012 10:41 PM
- Replies
- 7
- Views
- 1,278
Can you attach your unworking project?
-
18 Oct 2012 3:52 AM
- Replies
- 7
- Views
- 1,278
Hello! Of course.
index.html
...
<link href="resources/css/main.css" media="screen" rel="stylesheet" type="text/css">
<script id="microloader" type="text/javascript"... -
16 Sep 2012 5:29 PM
- Replies
- 2
- Views
- 407
I have invariable function name in JSON, and I must to declare my function in such way
-
14 Sep 2012 2:07 AM
- Replies
- 3
- Views
- 552
I receive the same exception while executing this code:
this.getListCategories().select(3); -
13 Sep 2012 12:18 AM
- Replies
- 2
- Views
- 407
I try to load store by using JSONP
var store = Ext.data.StoreManager.lookup('need_store');
store.setProxy({
type: 'jsonp',
url: 'myurl'
}); -
12 Sep 2012 2:21 AM
- Replies
- 7
- Views
- 1,278
Resolved (by using gloval variable App)
-
11 Sep 2012 6:31 PM
Jump to post Thread: Can be list cycled? by indapublic
- Replies
- 4
- Views
- 616
Thanks for advice, but scrollend fire when scroll ended, but not list
So i added condition like:
if (y >= scroller.maxPosition.y) -
11 Sep 2012 5:48 PM
- Replies
- 7
- Views
- 1,278
Hello, everyone.
I want to call controller method in <script> section in index.html. Can I do it and how?
Thanks for advice -
10 Sep 2012 5:39 PM
- Replies
- 1
- Views
- 599
Hello, everyone!
I make horizontal list like http://try.sencha.com/touch/2.0.0/examples/list-horizontal/viewer.html
Can I make it in two (or more) rows?
Thanks for advice. -
5 Sep 2012 12:57 AM
Jump to post Thread: Help me with layouts by indapublic
- Replies
- 2
- Views
- 421
Thanks for your answer, but you solution not decide my problem.
But i found solution needed: absolute position
,
top:0,
bottom:0,
left:0,
right:0 -
4 Sep 2012 7:54 PM
Jump to post Thread: Help me with layouts by indapublic
- Replies
- 2
- Views
- 421
I need this layout position
38451
This code:
items: [
{ -
4 Sep 2012 12:50 AM
Jump to post Thread: Help me with layouts by indapublic
- Replies
- 0
- Views
- 243
I need this layout position
38451
This code:
items: [
{ -
30 Aug 2012 5:35 AM
Jump to post Thread: Can be list cycled? by indapublic
- Replies
- 4
- Views
- 616
Can you give this example for
xtype: 'list', please? -
28 Aug 2012 9:22 PM
- Replies
- 1
- Views
- 847
My store:
Ext.define('MyApp.store.NewsTop', {
requires: [
'MyApp.model.News'
],
model: 'News',
proxy: { -
28 Aug 2012 2:14 AM
- Replies
- 1
- Views
- 501
My store NewsTop.js
Ext.define('MyApp.store.NewsTop', {
model: 'MyApp.model.News',
proxy: {
type: 'ajax',
url: 'json.php?index=top',
reader: 'json'
}, -
28 Aug 2012 12:27 AM
Jump to post Thread: Can be list cycled? by indapublic
- Replies
- 4
- Views
- 616
I want cycled behaviour: when the list is over, it should start from the beginning. Is it possible?
Results 1 to 25 of 33
