User: walterim
Date: 08/03/05 09:59:26
Modified: andromda-jsf2/src/main/resources/templates/jsf2/views/facelets/components
autocomplete.xhtml.vsl
Log:
Added support to inline style
Revision Changes Path
1.2 +1 -1 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/facelets/components/autocomplete.xhtml.vsl
Index: autocomplete.xhtml.vsl
===================================================================
RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/facelets/components/autocomplete.xhtml.vsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- autocomplete.xhtml.vsl 2 Mar 2008 20:59:19 -0000 1.1
+++ autocomplete.xhtml.vsl 5 Mar 2008 17:59:25 -0000 1.2
@@ -153,7 +153,7 @@
}
</trh:script>
- <h:inputText id="#{editId}" autocomplete="off" required="#{required}"
+ <h:inputText id="#{editId}" autocomplete="off" required="#{required}" style="#{contentStyle}"
readOnly="#{readOnly}"
ondblclick="document.getElementById('#{jsActionId}').click(); return false;"
onkeydown="return #{editKeydownFunc}(event);"
|