[CLOSED] A lighter alternative to Toolbar

  1. #1

    [CLOSED] A lighter alternative to Toolbar

    Is there a more lightweight alternative to using a toolbar? I have a page with about 30 collapsible panels. Each panel has its own toolbar. The markup gets pretty ugly with all those tables per button.
    Last edited by Daniil; Nov 02, 2011 at 6:33 AM. Reason: [CLOSED]
  2. #2
    tables per button
    Can you provide more details what "table" do you mean?
    What about to set "float:left" for the buttons and place it to separate container?
  3. #3
    Quote Originally Posted by Vladimir View Post
    Can you provide more details what "table" do you mean?
    What about to set "float:left" for the buttons and place it to separate container?
    The html markup for each button is a separate table. And the toolbar itself is a table. I notice that with so many toolbars, the page rendering slows down. I assume that's due to the heavy use of table markups.
  4. #4
    Seems like the markup for LinkButton is much lighter so I will be using that instead. You can mark this as closed. Thanks!
  5. #5
    As well an ImageButton is really light weight, but, certainly, it requires images.
    https://examples1.ext.net/#/Buttons/Basic/ImageButton/

Similar Threads

  1. Replies: 3
    Last Post: Mar 13, 2012, 6:58 PM
  2. [CLOSED] Alternative themes for buttons
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 28, 2010, 4:46 PM
  3. [CLOSED] XmlDataSource & DataList Coolite Alternative
    By fondant in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 08, 2010, 7:32 AM
  4. Alternative Time control
    By r_honey in forum Open Discussions
    Replies: 3
    Last Post: Jun 16, 2009, 8:07 AM

Posting Permissions