Search Type: Posts; User: blacktulip27
Search: Search took 0.02 seconds.
-
26 Nov 2012 5:43 AM
- Replies
- 36
- Views
- 5,582
Maybe it's just me.
-
26 Nov 2012 4:50 AM
- Replies
- 36
- Views
- 5,582
.x-list-item
{
position: absolute;
top:0;
width:100%;
} -
10 Sep 2012 12:31 AM
- Replies
- 2
- Views
- 643
If I want to stop the load of a store through Ext.Ajax beforerequest, I return false.
But then, Connection.js checks on line 267 if beforerequest returns false, and if so calls the callback with... -
13 Jun 2012 10:17 PM
Jump to post Thread: tabpanel with views as items by blacktulip27
- Replies
- 2
- Views
- 463
I didn't know that... although I see it's in the docs.
So moving the fullscreen outside the config is the same as deleting it.
Thanks! -
11 Jun 2012 10:15 PM
Jump to post Thread: tabpanel with views as items by blacktulip27
- Replies
- 2
- Views
- 463
If I put the view directly in the tabpanel items it works:
Ext.define('Sencha2.view.Enter', {
extend: 'Ext.tab.Panel',
alias: 'widget.enter',
config: {
tabBarPosition:... -
27 Mar 2012 11:25 PM
- Replies
- 8
- Views
- 1,479
Your example does seems to work. So what I'm doing wrong here?
app.js
Ext.Loader.setConfig({ enabled: true });
Ext.application({
name: 'test', -
27 Mar 2012 7:19 AM
- Replies
- 8
- Views
- 1,479
Created with
new Ext.Panel -
27 Mar 2012 2:31 AM
- Replies
- 8
- Views
- 1,479
Hi,
I have a tabpanel I'm loading the items dynamically into.
The first time everything is fine, but the second time when I remove the items already there and adding new, setActiveItem throws... -
12 Feb 2012 4:41 AM
- Replies
- 12
- Views
- 1,221
http://docs.sencha.com/touch/2-0/#!/api/Ext.app.Application
nested dependencies part
Results 1 to 9 of 9
