Last modified by Thomas Mortagne on 2021/03/17 21:54

<
From version < 26.1 >
edited by Paul Panțiru
on 2014/11/13 15:04
To version < 28.1 >
edited by Paul Panțiru
on 2014/11/14 09:43
>
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -8,6 +8,17 @@
8 8  {{include document="XWiki.SuggestDisplay" /}}
9 9  {{/code}}
10 10  
11 +I the //Custom display// you can also add a few options:
12 +
13 +{{code}}
14 +{{velocity}}
15 + #set($isUser = true)
16 + #set($isLink = true)
17 + #set($isExternalLink = true)
18 + #set($displayAddButton = true)
19 +{{/velocity}}
20 +{{/code}}
21 +
11 11  {{warning}} The autosuggest widget will not work if **Main.WebHome** is not saved with programming rights ( http://jira.xwiki.org/jira/browse/XE-539 ) {{/warning}}
12 12  
13 13  == Screenshots ==
ExtensionCode.ExtensionCompatibilityClass[3]
Extension Version
... ... @@ -1,0 +1,1 @@
1 +1.1
XWiki Flavor
... ... @@ -1,0 +1,1 @@
1 +XWiki Enterprise
XWiki Flavor Version
... ... @@ -1,0 +1,1 @@
1 +5.2.x
ExtensionCode.ExtensionVersionClass[1]
Release Notes
... ... @@ -1,0 +1,6 @@
1 +New version with:
2 +*Compatibility with 5.x +
3 +*Added options for //add button//, //$isLink//, //$isExternalLink// and //$isUser//
4 +*Added drag & drop functionality for reordering values
5 +*Fixed conflict with single select with suggest
6 +*Fixed bug with values containing comma

Get Connected