How to use Dynamic D2W
Version 18.1 by Ravi Mendis on 2009/07/20 08:59
How to use Dynamic D2W
In the Diva look example, we may add movies to a the list of Studio.movies.
As you can see from the screenshot (above) that adding a movie allows you to edit/insert a movie inline.
This is achieved using a combination of ajax and dynamic D2W assignments.
In this example we add a single rule to achieve dynamic D2W:
LHS | assignment | key | RHS |
---|---|---|---|
(pageConfiguration = 'ListEmbeddedMovie' and parentPageConfiguration like 'Edit') | ERDDelayedBooleanAssignment | componentName | "conditionKey" = "object.isNewObject"; "falseValue" = "ERD2WDisplayString"; "trueValue" = "ERD2WEditString"; |