Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6 | Andrea | 1 | <#-- |
2 | /* |
||
3 | * $Id: pom.xml 560558 2007-07-28 15:47:10Z apetrelli $ |
||
4 | * |
||
5 | * Licensed to the Apache Software Foundation (ASF) under one |
||
6 | * or more contributor license agreements. See the NOTICE file |
||
7 | * distributed with this work for additional information |
||
8 | * regarding copyright ownership. The ASF licenses this file |
||
9 | * to you under the Apache License, Version 2.0 (the |
||
10 | * "License"); you may not use this file except in compliance |
||
11 | * with the License. You may obtain a copy of the License at |
||
12 | * |
||
13 | * http://www.apache.org/licenses/LICENSE-2.0 |
||
14 | * |
||
15 | * Unless required by applicable law or agreed to in writing, |
||
16 | * software distributed under the License is distributed on an |
||
17 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
||
18 | * KIND, either express or implied. See the License for the |
||
19 | * specific language governing permissions and limitations |
||
20 | * under the License. |
||
21 | */ |
||
22 | --> |
||
23 | <input dojoType="struts:ComboBox"<#rt/> |
||
24 | <#if parameters.id?if_exists != ""> |
||
25 | id="${parameters.id?html}"<#rt/> |
||
26 | </#if> |
||
27 | <#if parameters.cssClass?if_exists != ""> |
||
28 | class="${parameters.cssClass?html}"<#rt/> |
||
29 | </#if> |
||
30 | <#if parameters.cssStyle?if_exists != ""> |
||
31 | style="${parameters.cssStyle?html}"<#rt/> |
||
32 | </#if> |
||
33 | <#if parameters.href?if_exists != ""> |
||
34 | dataUrl="${parameters.href}"<#rt/> |
||
35 | </#if> |
||
36 | <#if parameters.forceValidOption?exists> |
||
37 | forceValidOption="${parameters.forceValidOption?string?html}"<#rt/> |
||
38 | </#if> |
||
39 | <#if parameters.searchType?if_exists != ""> |
||
40 | searchType="${parameters.searchType?html}"<#rt/> |
||
41 | </#if> |
||
42 | <#if parameters.autoComplete?exists> |
||
43 | autoComplete="${parameters.autoComplete?string?html}"<#rt/> |
||
44 | </#if> |
||
45 | <#if parameters.delay?exists> |
||
46 | searchDelay="${parameters.delay?c}"<#rt/> |
||
47 | </#if> |
||
48 | <#if parameters.disabled?exists> |
||
49 | disabled="${parameters.disabled?string?html}"<#rt/> |
||
50 | </#if> |
||
51 | <#if parameters.dropdownWidth?exists> |
||
52 | dropdownWidth="${parameters.dropdownWidth?c}"<#rt/> |
||
53 | </#if> |
||
54 | <#if parameters.dropdownHeight?exists> |
||
55 | dropdownHeight="${parameters.dropdownHeight?c}"<#rt/> |
||
56 | </#if> |
||
57 | <#if parameters.name?if_exists != ""> |
||
58 | name="${parameters.name?html}"<#rt/> |
||
59 | </#if> |
||
60 | <#if parameters.get("size")?exists> |
||
61 | size="${parameters.get("size")?html}"<#rt/> |
||
62 | </#if> |
||
63 | <#if parameters.keyName?if_exists != ""> |
||
64 | keyName="${parameters.keyName?html}"<#rt/> |
||
65 | </#if> |
||
66 | <#if parameters.maxlength?exists> |
||
67 | maxlength="${parameters.maxlength?string?html}"<#rt/> |
||
68 | </#if> |
||
69 | <#if parameters.nameValue?if_exists != ""> |
||
70 | initialValue="${parameters.nameValue}"<#rt/> |
||
71 | </#if> |
||
72 | <#if parameters.key?if_exists != ""> |
||
73 | initialKey="${parameters.key}"<#rt/> |
||
74 | </#if> |
||
75 | <#if parameters.readonly?default(false)> |
||
76 | readonly="readonly"<#rt/> |
||
77 | </#if> |
||
78 | <#if parameters.tabindex?exists> |
||
79 | tabindex="${parameters.tabindex?html}"<#rt/> |
||
80 | </#if> |
||
81 | <#if parameters.formId?if_exists != ""> |
||
82 | formId="${parameters.formId?html}"<#rt/> |
||
83 | </#if> |
||
84 | <#if parameters.formFilter?if_exists != ""> |
||
85 | formFilter="${parameters.formFilter?html}"<#rt/> |
||
86 | </#if> |
||
87 | <#if parameters.listenTopics?if_exists != ""> |
||
88 | listenTopics="${parameters.listenTopics?html}"<#rt/> |
||
89 | </#if> |
||
90 | <#if parameters.notifyTopics?if_exists != ""> |
||
91 | notifyTopics="${parameters.notifyTopics?html}"<#rt/> |
||
92 | </#if> |
||
93 | <#if parameters.indicator?if_exists != ""> |
||
94 | indicator="${parameters.indicator?html}"<#rt/> |
||
95 | </#if> |
||
96 | <#if parameters.loadOnTextChange?default(false)> |
||
97 | loadOnType="${parameters.loadOnTextChange?string?html}"<#rt/> |
||
98 | </#if> |
||
99 | <#if parameters.loadMinimumCount?exists> |
||
100 | loadMinimum="${parameters.loadMinimumCount?c}"<#rt/> |
||
101 | </#if> |
||
102 | <#if parameters.showDownArrow?exists> |
||
103 | visibleDownArrow="${parameters.showDownArrow?string?html}"<#rt/> |
||
104 | </#if> |
||
105 | <#if parameters.iconPath?if_exists != ""> |
||
106 | buttonSrc="<@s.url value='${parameters.iconPath}' encode="false" includeParams='none'/>"<#rt/> |
||
107 | </#if> |
||
108 | <#if parameters.templateCssPath?if_exists != ""> |
||
109 | templateCssPath="<@s.url value='${parameters.templateCssPath}' encode="false" includeParams='none'/>" |
||
110 | </#if> |
||
111 | <#if parameters.dataFieldName?if_exists != ""> |
||
112 | dataFieldName="${parameters.dataFieldName?html}" |
||
113 | </#if> |
||
114 | <#if parameters.searchLimit?if_exists != ""> |
||
115 | searchLimit="${parameters.searchLimit?html}" |
||
116 | </#if> |
||
117 | <#include "/${parameters.templateDir}/simple/scripting-events.ftl" /> |
||
118 | > |
||
119 | |||
120 | |||
121 |