Search Type: Posts; User: andystalick
Search: Search took 0.03 seconds.
-
17 Jan 2012 9:58 AM
Jump to post Thread: Custom Component Workflow? by andystalick
- Replies
- 4
- Views
- 1,042
Performance turns out to be a real problem with the above code. The page I'm working on can take upwards of 10 seconds to render.
Replacing this component with a simple Label reduces the time... -
16 Jan 2012 3:07 PM
Jump to post Thread: Custom Component Workflow? by andystalick
- Replies
- 4
- Views
- 1,042
Thanks, dobie -- Yes, I've read everything I could Google on the topic.
Over the course of the day I've had some limited success with this:
Ext.define('Astalick.components.LabelValue', {
... -
16 Jan 2012 1:52 PM
Jump to post Thread: Custom Component Workflow? by andystalick
- Replies
- 4
- Views
- 1,042
I've been having trouble figuring out what the best practices are about creating custom components, especially ones that might be termed "composite components".
I'd like to extend something... -
11 Jan 2012 11:34 AM
- Replies
- 2
- Views
- 711
That is exactly what I was looking for!
I modded it like this:
getDataItemConfig: function(xtype, record, itemConfig) {
if(record.data.itemType) {
xtype =... -
11 Jan 2012 10:28 AM
- Replies
- 2
- Views
- 711
Hello All-
I'm working on a list (using ComponentList, actually, but let's set that aside) and I want to use several types of custom components for Items, depending on a Type declared in the data....
Results 1 to 5 of 5
