Does exclude or exclude class really excludes the data or class?
Answer / Budh Prakash Singh
The 'exclude' and 'excludeClass' attributes in Flex allow you to specify which items should be excluded from data binding or skinning, respectively. They do not actually remove the data or classes from your application but rather prevent them from being processed by certain parts of the framework.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you implement push with flex data services?
What is stoppropagation() and stopimmediatepropagation()?
Can I embed html in my flex application?
How to stop the event flow/ event phases?
What is flex?
In which level does the original movie resides?
Can I embed html in my flex application? : adobe flex action script
How to add two commands to one single event type?
Can I dynamically instantiate a webservice or httpservice in actionscript? : adobe flex action script
When I have only a single record, why does not it appear in my datagrid? : adobe flex action script
What is mvc and how do you relate it to flex apps?
What does calling preventdefault() on an event do? : adobe flex action script