Cascading builders for configuration by code
--------------------------------------------

                 Key: MGNLUI-135
                 URL: http://jira.magnolia-cms.com/browse/MGNLUI-135
             Project: Magnolia UI
          Issue Type: Improvement
      Security Level: Public
            Reporter: Tobias Mattsson
            Assignee: Tobias Mattsson
             Fix For: 5.0 Alpha1 s009


nvoked methods should be given a config object that we use to create things 
like tabs and fields that are then given to the upper level entity in vararg 
methods. 

cfg.... .tabs(
   cfg.tab().fields(
      cfg.fields.text()...,
      cfg.fields.select()...
   )
);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to