Search Type: Posts; User: btoc007
Search: Search took 0.02 seconds.
-
27 Jun 2012 7:38 AM
- Replies
- 1
- Views
- 616
Currently it seems only supporting aspect ratio exists which isn't what one always want. Would be useful to have a "fit"parameter that would crop the image to fit into a fixed constraint.
So... -
27 Mar 2012 2:37 PM
- Replies
- 14
- Views
- 1,428
That was a simple example, but there are cases where many items might be different. I have done both approaches, but to tell the truth I have felt using initialize and assigning components to the...
-
27 Mar 2012 10:31 AM
- Replies
- 14
- Views
- 1,428
Cannot go back to the first tab
-
27 Mar 2012 10:08 AM
- Replies
- 14
- Views
- 1,428
While I understand why using config, I would ask this question to see what you would recommend. Say I have a panel whose html is set differently based a some global variable. A good example is say...
-
27 Mar 2012 7:42 AM
- Replies
- 14
- Views
- 1,428
Ext.define("SWENGLE.view.TabPanelTest", {
extend: 'Ext.Panel',
xtype : 'xswengle-view-tabpaneltest',
config: {
layout: 'fit',
cls: 'swengle-view-tabpaneltest',
... -
27 Mar 2012 7:15 AM
- Replies
- 14
- Views
- 1,428
Fix obviously did not work or regressed in the 2.0 release
-
19 Dec 2011 9:03 AM
- Replies
- 14
- Views
- 1,428
When returning false on activeitemchange on an Ext.tab.Panel the panel does not switch but the button on the tabbar is highlighted. This should not occur.
-
20 Oct 2011 10:00 AM
- Replies
- 0
- Views
- 449
Returning false from an activeitemchange listener on an Ext.tab.Panel does indeed prevent the switching of the card but the button itself remains active. Is this the desired behavior?
-
19 Oct 2011 5:34 PM
Jump to post Thread: Is scrollable threshold gone? by btoc007
- Replies
- 0
- Views
- 489
I have a view that scrolls vertically. Within this view there are components that scroll horizontally. In S1 I use to set the threshold so that the confusion between vertical and horizontal swipes...
-
19 Oct 2011 7:36 AM
Jump to post Thread: Ext.form.Panel is not visible by btoc007
- Replies
- 3
- Views
- 1,487
That seems to fix it
-
18 Oct 2011 5:40 PM
Jump to post Thread: Ext.form.Panel is not visible by btoc007
- Replies
- 3
- Views
- 1,487
If I set flex to 1 for all items then it is rendered. In S1 though it use to render and the height of each item was the height of the content. What is confusing is it does it for Panel but not...
-
18 Oct 2011 5:18 PM
Jump to post Thread: Ext.form.Panel is not visible by btoc007
- Replies
- 3
- Views
- 1,487
The following code shows the foo and bar panel but the Ext.form.Panel sandwiched between the two is not visible. Any ideas?
Ext.application({
name: 'Sencha',
launch: function() {
...
Results 1 to 12 of 12
