[Rt-commit] r19389 - in rt/3.8/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Apr 30 18:00:51 EDT 2009
Author: sartak
Date: Thu Apr 30 18:00:50 2009
New Revision: 19389
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Widgets/ComboBox
Log:
r82609 at onn: sartak | 2009-04-30 18:00:43 -0400
Add $Class argument to /Widgets/ComboBox
Modified: rt/3.8/trunk/share/html/Widgets/ComboBox
==============================================================================
--- rt/3.8/trunk/share/html/Widgets/ComboBox (original)
+++ rt/3.8/trunk/share/html/Widgets/ComboBox Thu Apr 30 18:00:50 2009
@@ -48,7 +48,7 @@
<nobr>
<script type="text/javascript" src="<%RT->Config->Get('WebPath')%>/NoAuth/js/combobox.js"></script>
-<div id="<% $Name %>_Container" class="combobox">
+<div id="<% $Name %>_Container" class="combobox <%$Class%>">
<input name="<% $Name %>" id="<% $Name %>" class="combo-text" value="<% $Default || '' %>" type="text" <% $Size ? "size='$Size'" : '' |n %> autocomplete="off" />
<br style="display: none" /><span id="<% $Name %>_Button" class="combo-button">▼</span><select name="List-<% $Name %>" id="<% $Name %>_List" class="combo-list" onchange="ComboBox_SimpleAttach(this, this.form['<% $Name %>']); " size="<% $Rows %>">
<option style="display: none" value="">-</option>
@@ -67,4 +67,5 @@
$Rows => 5
$Default => ''
@Values => ()
+$Class => ''
</%ARGS>
More information about the Rt-commit
mailing list