Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.1
-
Fix Version/s: 1.9.3
-
Component/s: ZendX_JQuery
-
Labels:None
Description
Valid html template for current UI accordion is:
$this->_elementHtmlTemplate = '<h3><a href="#">%s</a></h3><div>%s</div>';
Without <h3> tag UI is broken with default settings... Also it would be great if you provide functionality for changing <h3> tag or elementHtmlTemplate (via decorators or something else).
Verified here on 1.9.2 as well. Please commit this simple change.