Animal
11-09-2006, 06:03 AM
Part.. errrm 38!
OK, I've been banging on about postprocessing the new DOM elements. I have code to do this, and it's up for consideration for addition.
Now - I'd like to discuss adding preprocessing.
In my application - they really want it to function like a local application. They want a framework which "knows" about its context - where it is, what it is, what it's dealing with.
To cut a long story short, some of my UI components which pull in content into ContentPanels not only have to process the resulting elements, but potentially add information to them. I'm thinking scripts, extra elements.
So what I'm proposing is to add some kind of preprocessor function which gets to see the new content, and returns the version of that content which is actually to be inserted.
OK, I've been banging on about postprocessing the new DOM elements. I have code to do this, and it's up for consideration for addition.
Now - I'd like to discuss adding preprocessing.
In my application - they really want it to function like a local application. They want a framework which "knows" about its context - where it is, what it is, what it's dealing with.
To cut a long story short, some of my UI components which pull in content into ContentPanels not only have to process the resulting elements, but potentially add information to them. I'm thinking scripts, extra elements.
So what I'm proposing is to add some kind of preprocessor function which gets to see the new content, and returns the version of that content which is actually to be inserted.