jQWidgets Forums

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Many tab buttons, one tab div Many tab buttons, one tab div #68768

    error
    Participant

    I think ideally what I’d like to see is the tab bar separated into a distinct component, and the existing tabs control can use that. Just a suggestion.

    in reply to: Many tab buttons, one tab div Many tab buttons, one tab div #68767

    error
    Participant

    Is there any sort of workaround that I could use then for this missing functionality?

    I’m considering hiding the content divs with CSS and putting my real content below or absolutely positioned on top of the content area of the tabs. This seems like a very kludgy workaround.

    in reply to: Many tab buttons, one tab div Many tab buttons, one tab div #68752

    error
    Participant

    To be clear, I’m talking about a structure like this:

    <div class=”tabs”>
      <ul class=”tabs-bar”> <!– many tabs –>
        <li class=”tab-button”>File 1< /li>
        <li class=”tab-button”>File 2< /li>
        <li class=”tab-button”>File 3< /li>
        <li class=”tab-button”>File 4< /li>
      < /ul>
      <div class=”tab-content”> <!– single content div shared by all tabs –>
        <textarea cols=”80″></textarea>
      </div>
    </div>

    (Wow, this editor really doesn’t like HTML.)

    in reply to: Many tab buttons, one tab div Many tab buttons, one tab div #68746

    error
    Participant

    The example you posted is still using separate content divs and switching between them. I am asking how to disable this behavior.

Viewing 4 posts - 1 through 4 (of 4 total)