Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.6-plugins
-
None
-
None
Description
I need to add mfp:scoped-id-holder and mfp:multi-scoped-id-holder to the transform xsl files so that our development tool (JDeveloper) can prompt the user if an attribute is a scoped-id-holder (like chooseId) or multi-scoped-id-holder (like partialTriggers).
scoped-id-holder: Used for cases where an attribute points to a single
relative component using scoped ids. e.g. defaultCommand, chooseId
multi-scoped-id-holder: Used for cases where an attribute points to multiple
relative components, where the scoped ids are space deliminated.
eg:partialTriggers
This will go into our plugin code. Once that is done, we'll be able to add the meta-data to our component's xml files (this will be another JIRA issue) and when we build we'll see the meta-data in built faces-config.xml file for each of these attributes.
This is very similar to what I did for issue 776 "add 'translatable' meta-data to all the component properties that are translatable"