The jQuery Treeview Plugin is a lightweight and flexible transformation of an unordered list into an expandable and collapsible tree. It supports both location and cookie based persistence and it’s completely skinnable through CSS. I’ve been using the plugin for a while now. Though the author, Jörn Zaefferer, states it has some shortcoming and it [...]
Continue reading about Limit Expand/Collapse of jQuery Treeview Folder to Image Click Only
The jQuery Treeview Plugin provides collapse all, expand all and toggle all support with very little effort on your part. Simply add a treecontrol with three links, and the treeview, to your page… <div id="treecontrol"> <a title="Collapse the entire tree below" href="#"><img src="../images/minus.gif" /> Collapse All</a> <a title="Expand the entire tree below" href="#"><img src="../images/plus.gif" /> [...]
Continue reading about jQuery Treeview – Expand and Collapse All Without the TreeControl
FlexBox is a jQuery plugin that is intended to be a very flexible replacement for HTML textboxes and dropdowns using AJAX to retrieve and bind JSON data. Okay. Now what is FlexBox exactly? It is a dynamic control which can present itself as a combobox with per-result HTML templates, a suggest box (like Google search) [...]
Scott Guthrie recently posted about a cool new ASP.NET server control that can be used for free with ASP.NET 3.5 to enable rich browser-based charting scenarios. If you had a look at the ASP.NET Charting Control offering, you may have noticed how obnoxiously similar the charts and sample project looks compared to that provided by [...]
I’ve created a number of user and server controls for my C# web applications. Recently, however, I’ve found myself working in Silverlight and, if you are of the same opinion as me, you believe Silverlight was missing a few core controls. Specifically, Silverlight was missing a TextBox with password masking and a CombBox until Monday’s [...]