-
6 Jan 2010 12:53 AM #1
[FIXED] GXT 2.1.0 CheckBoxListView Template
[FIXED] GXT 2.1.0 CheckBoxListView Template
In the XTemlate used by the CheckBoxListView the <td> should be replaced with </td>
Code:String spacing = GXT.isIE ? "0" : "3"; setTemplate(XTemplate.create("<tpl for=\".\"><div class='x-view-item x-view-item-check'><table cellspacing='" + spacing + "' cellpadding=0><tr><td><input class=\"x-view-item-checkbox\" type=\"checkbox\" /><td><td>{" + getDisplayProperty() + "}</td></tr></table></div></tpl>"));
-
20 Jan 2010 9:36 PM #2
This bug is fixed in the releases/2.1 branch and is now available in the 2.1.1-beta release available here.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote