jQWidgets Forums
Forum Replies Created
Viewing 5 posts - 1 through 5 (of 5 total)
-
Author
-
March 28, 2014 at 5:49 am in reply to: jqxTree shaking problem in IE jqxTree shaking problem in IE #52115
March 27, 2014 at 2:26 am in reply to: jqxTree shaking problem in IE jqxTree shaking problem in IE #51988March 27, 2014 at 1:59 am in reply to: jqxTree shaking problem in IE jqxTree shaking problem in IE #51987In the example: http://jsfiddle.net/jqwidgets/M9KaF/
Change the width to 100px, then repeatedly click “Financial services” node.
March 26, 2014 at 10:41 am in reply to: jqxTree shaking problem in IE jqxTree shaking problem in IE #51929That is just part of the code.
<!DOCTYPE html> <html lang="en" class="no-js"> <head> <link href="/Scripts/jqwidgets/jqwidgets/styles/jqx.base.css" rel="stylesheet" /> <link href="/Scripts/jqwidgets/jqwidgets/styles/jqx.energyblue.css" rel="stylesheet" /> <script src="/Scripts/jqwidgets/jqwidgets/jqx-all.js"></script> <script> jQuery(document).ready(function () { $('#jqxTree').jqxTree({ height: '300px', theme: 'energyblue', width: '150px' }); }); </script> </head> <body> <div id='jqxTree'> <ul> <li item-selected='true'>Home</li> <li item-expanded='true'>Solutions <ul> <li>Education</li> <li>Financial services</li> <li>Government</li> <li>Manufacturing</li> <li>Solutions <ul> <li>Consumer photo and video</li> <li>Mobile</li> <li>Rich Internet applications</li> <li>Technical communication</li> <li>Training and eLearning</li> <li>Web conferencing</li> </ul> </li> <li>All industries and solutions</li> </ul> </li> </ul> </div> </body> </html>
March 26, 2014 at 9:17 am in reply to: jqxTree shaking problem in IE jqxTree shaking problem in IE #51921<div id='jqxTree'> <ul> <li item-selected='true'>Home</li> <li item-expanded='true'>Solutions <ul> <li>Education</li> <li>Financial services</li> <li>Government</li> <li>Manufacturing</li> <li>Solutions <ul> <li>Consumer photo and video</li> <li>Mobile</li> <li>Rich Internet applications</li> <li>Technical communication</li> <li>Training and eLearning</li> <li>Web conferencing</li> </ul> </li> <li>All industries and solutions</li> </ul> </li> </ul> </div> <script> $('#jqxTree').jqxTree({ height: '300px', theme: 'energyblue', width: '150px' }); </script>
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)