update tag doc on usewindow and action attribute of command Components
----------------------------------------------------------------------

                 Key: TRINIDAD-1098
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1098
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Documentation
         Environment: Generic
            Reporter: Vimal Kumar Gupta
            Priority: Minor


Currently tag doc says:
Indicates whether processes launched by this command should be launched in a 
secondary
dialog window. 

Modify to:
Indicates whether processes launched by this command should be launched in a 
secondary
browser dialog window. 'useWindow' requires that the "action" attribute start
with "dialog:". Set useWindow to 'false' for the outcome of the action to be
targeted to the existing window.

Also update "action" attribute from
" a reference to an action method sent by the command component, or the
static outcome of an action"
to
" a reference to an action method sent by the command component, or the
static outcome of an action. If the action starts with "dialog:", useWindow
attribute must be set to true".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to