Udo Schnurpfeil created TOBAGO-1281:
---------------------------------------

             Summary: Reimplementation of the input suggest control
                 Key: TOBAGO-1281
                 URL: https://issues.apache.org/jira/browse/TOBAGO-1281
             Project: MyFaces Tobago
          Issue Type: Task
          Components: Core, Themes
            Reporter: Udo Schnurpfeil
            Assignee: Udo Schnurpfeil


This is a complete reimplementation of the input suggest. There is also a new 
syntax introduced, but the old syntax is supported for a while.

The basic change in the syntax is separating the suggest attributes from the 
<tc:in> tag. So we have a new tag <tc:suggest>, which is inside of the input 
tag: 

<tc:in>
  <tc:suggest suggestMethod="#{data.suggests}"/>
</tc:in>

The key handling was also revised.

The JavaScript/DOM part is now using jQuery widget factory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to