Search Type: Posts; User: keckeroo
Search: Search took 0.02 seconds.
-
18 Dec 2012 10:40 PM
- Replies
- 3
- Views
- 814
You need to ensure that your editor is rendered within the 'moving' component and not just to the document body. The editor needs to be a child of the container having the element you are aligning...
-
28 May 2012 2:15 PM
- Replies
- 33
- Views
- 27,587
For development I have to say I'm a recent convert to Sublime. It's an awesome editor with many features including
context sensitive editing environment,
projects,
tree navigation,
tabs for... -
4 Apr 2012 2:17 PM
- Replies
- 9
- Views
- 5,415
Bump....
V4.1.0-rc1
Yes - it appears this bug is still there....
suspendEvents does not prevent the firing of events when called within a controller.
Kev -
2 Apr 2012 7:24 AM
- Replies
- 3
- Views
- 588
Wouldn't it be logical to say that if 20 of 20 records are loaded then 'Load More' would not really be an available action (you've loaded all the records).
Using that logic - a grid component with... -
28 Mar 2012 8:18 AM
- Replies
- 1
- Views
- 480
Found the answer - apparently you can map using the following to access the attribute in the record node itself.
..
{ name: 'shipcode', mapping: '@id' }
... -
27 Mar 2012 4:15 PM
- Replies
- 1
- Views
- 480
I'm stuck - really ;-)
So xml is as follows :
<eparcel>
<ratesAndServicesResponse>
<statusCode>1</statusCode>
<statusMessage>OK</statusMessage> -
15 Mar 2012 8:07 PM
Jump to post Thread: Missing input events ... by keckeroo
- Replies
- 1
- Views
- 273
Any chance we could get other 'input' events added to input fields other than the
sole 'keyup' event which is currently the only one recognized inherently in ST ?
Would be nice to have the others... -
7 Mar 2012 4:05 PM
- Replies
- 3
- Views
- 588
The list paging plug in will attempt to load the next page of records even when the store is considered
fully loaded. Fix shown below to the plugin
onScrollEnd: function(scroller, x, y) {... -
7 Mar 2012 9:22 AM
- Replies
- 2
- Views
- 673
.x-list-paging .x-list-paging-msg {
text-align: center;
color: #06346a;
padding-top: 10px;
-webkit-border-radius: 6px;
border-radius: 6px;
clear: both; /* NEW */
} -
6 Mar 2012 12:06 PM
- Replies
- 2
- Views
- 890
bump
[V4.1b3]
Adding to this ....
it appears many of the other fields within the newly created tab also get weird values ....
- new tab title is the same as the first tab in tabpanel
-... -
1 Mar 2012 10:22 AM
Jump to post Thread: Ext emptyText vs ST placeHolder by keckeroo
- Replies
- 1
- Views
- 513
Pick one ? please ?
Thanks ;-)
One more step towards convergence :-)
KEv -
27 Feb 2012 5:02 PM
Jump to post Thread: [4.1] textAlign text in tab.... by keckeroo
- Replies
- 2
- Views
- 412
Found out that the CSS file is missing these two configs for left and right justification of tab text to work
.x-tab .x-tab-left .x-tab-inner { text-align: left; }
.x-tab... -
20 Feb 2012 2:43 PM
- Replies
- 2
- Views
- 650
There seems to be some random cases where using a remotely loaded store, with mode 'local' will cause a combobox to need 2 clicks on any list item to trigger the selection. This apparently happens...
-
16 Feb 2012 10:52 AM
- Replies
- 2
- Views
- 313
Sorry - bump
-
15 Feb 2012 2:55 PM
- Replies
- 2
- Views
- 313
2 days of debugging and this is what I have ....
app.js
Ext.application({
name: 'MyApp',
models: [ 'Category' ],
stores: [ 'CategoryList' ], -
15 Feb 2012 12:24 PM
- Replies
- 4
- Views
- 555
ARRGG!
The data I use works fine if I *don't* include controllers in the app. The moment I include any controller (even if it is just an empty controller) the dropdown breaks and requires two... -
15 Feb 2012 10:54 AM
Jump to post Thread: [4.1b2] MVC 'model' property bug by keckeroo
- Replies
- 1
- Views
- 249
From my understanding, the 'models' is like writing 'requires' with 'MyApp.model' automatically prefixed to the model name as documented in the APIs.
This appears not to be the case when... -
14 Feb 2012 2:00 PM
- Replies
- 4
- Views
- 555
Hi Mitchell,
I found the problem - but not sure if this is sencha or just something I have to live with. It turns out that the JSON had null values in it and that pretty much crapped out something... -
14 Feb 2012 8:20 AM
- Replies
- 4
- Views
- 555
I get this problem using MVC and a 'defined' store.
This code behaves properly :
xtype: 'combobox',
triggerAction: 'all',
store: new Ext.create('Ext.data.Store', {
model:... -
13 Feb 2012 5:15 PM
- Replies
- 4
- Views
- 968
I get this problem too using MVC and a 'defined' store.
This code behaves properly :
xtype: 'combobox',
triggerAction: 'all',
store: new Ext.create('Ext.data.Store', {
model:... -
13 Feb 2012 8:37 AM
Jump to post Thread: [4.1] textAlign text in tab.... by keckeroo
- Replies
- 2
- Views
- 412
How do i get the text in a tab to be LEFT aligned and not centered ?
The config option for tabs 'textAlign' does not seem to 'drip down' or 'percolate up' when trying to configure the tabpanel... -
13 Feb 2012 8:18 AM
Jump to post Thread: TabPanel title textAlign by keckeroo
- Replies
- 4
- Views
- 847
Element has a style of 'x-tab-center' :-S
That's the problem. There's no way of setting it to 'x-tab-left' or 'x-tab-right' using config options. Docs suggest that a 'Tab' itself has the config... -
12 Feb 2012 5:17 PM
- Replies
- 4
- Views
- 1,357
Thanks for all your hard work, Ed. Very much appreciated and love to see how ST is allowing apps to become really indistinguishable from native phone apps. That's why I love this sh*t so much :-)
... -
12 Feb 2012 4:32 PM
Jump to post Thread: x-grid-empty missing by keckeroo
- Replies
- 3
- Views
- 859
Any chance of having this cls put back ? It was nice to have the ability to have some control over the style of how emptyText was displayed in the grid.
Thanks.
Kevin -
10 Feb 2012 3:13 PM
Jump to post Thread: TabPanel title textAlign by keckeroo
- Replies
- 4
- Views
- 847
How do i get the text in a tab to be LEFT aligned and not centered ?
The config option for tabs 'textAlign' does not seem to 'drip down' or 'percolate up' when trying to configure the tabpanel...
Results 1 to 25 of 119
