You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (Jira)" <de...@myfaces.apache.org> on 2022/11/25 16:17:00 UTC

[jira] [Created] (TOBAGO-2172) Better configuration management for client properties

Udo Schnurpfeil created TOBAGO-2172:
---------------------------------------

             Summary: Better configuration management for client properties
                 Key: TOBAGO-2172
                 URL: https://issues.apache.org/jira/browse/TOBAGO-2172
             Project: MyFaces Tobago
          Issue Type: New Feature
            Reporter: Udo Schnurpfeil


There should be a tag <tc:config> the developer might put on a facelet page to set configurations needed by JavaScript in the browser.

The current store JavaScript class Config will be deprecated!

Example: 

{code}
<tc:config 
    focusOnError="false" 
    waitOverlayDelayAjax="500" 
    waitOverlayDelayFull="2000"/>
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)