You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Hudson (JIRA)" <de...@myfaces.apache.org> on 2013/11/23 00:23:36 UTC

[jira] [Commented] (TOBAGO-1281) Reimplementation of the input suggest control

    [ https://issues.apache.org/jira/browse/TOBAGO-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13830413#comment-13830413 ] 

Hudson commented on TOBAGO-1281:
--------------------------------

SUCCESS: Integrated in tobago-trunk #1165 (See [https://builds.apache.org/job/tobago-trunk/1165/])
TOBAGO-1281 (lofwyr: http://svn.apache.org/viewvc/?view=rev&rev=1544651)
* /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/InExtensionTag.java
TOBAGO-1281
fix javadoc (lofwyr: http://svn.apache.org/viewvc/?view=rev&rev=1544648)
* /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasSuggestMethod.java
TOBAGO-1281 (lofwyr: http://svn.apache.org/viewvc/?view=rev&rev=1544647)
* /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasSuggestMethod.java


> 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
>             Fix For: 2.0.0-alpha-1, 2.0.0
>
>
> 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 was sent by Atlassian JIRA
(v6.1#6144)