Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Here is your wished html + css.classes</p> <pre><code>&lt;div id="radio" class="ui-buttonset"&gt; &lt;input type="radio" name="radio" id="radio1" class="ui-helper-hidden-accessible"&gt;&lt;label for="radio1" class="ui-button ui-widget ui-state-default ui-button-text-only ui-corner-left ui-state-active" role="button" aria-disabled="false" aria-pressed="true"&gt;&lt;span class="ui-button-text"&gt;Choice 1&lt;/span&gt;&lt;/label&gt; &lt;input type="radio" checked="checked" name="radio" id="radio2" class="ui-helper-hidden-accessible"&gt;&lt;label for="radio2" class="ui-button ui-widget ui-state-default ui-button-text-only" role="button" aria-disabled="false" aria-pressed="false"&gt;&lt;span class="ui-button-text"&gt;Choice 2&lt;/span&gt;&lt;/label&gt; &lt;input type="radio" name="radio" id="radio3" class="ui-helper-hidden-accessible"&gt;&lt;label for="radio3" class="ui-button ui-widget ui-state-default ui-button-text-only ui-corner-right" role="button" aria-disabled="false" aria-pressed="false"&gt;&lt;span class="ui-button-text"&gt;Choice 3&lt;/span&gt;&lt;/label&gt; &lt;/div&gt; </code></pre> <p>and here is a jQuery-ui TAB</p> <pre><code>&lt;ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all" role="tablist"&gt; &lt;li class="ui-state-default ui-corner-top ui-tabs-active ui-state-active" role="tab" tabindex="0" aria-controls="tabs-1" aria-labelledby="ui-id-1" aria-selected="true"&gt;&lt;a href="#tabs-1" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-1"&gt;Nunc tincidunt&lt;/a&gt;&lt;/li&gt; &lt;li class="ui-state-default ui-corner-top" role="tab" tabindex="-1" aria-controls="tabs-2" aria-labelledby="ui-id-2" aria-selected="false"&gt;&lt;a href="#tabs-2" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-2"&gt;Proin dolor&lt;/a&gt;&lt;/li&gt; &lt;li class="ui-state-default ui-corner-top" role="tab" tabindex="-1" aria-controls="tabs-3" aria-labelledby="ui-id-3" aria-selected="false"&gt;&lt;a href="#tabs-3" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-3"&gt;Aenean lacinia&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; </code></pre> <p>Now, you want to display TABS has the ui-buttonset .. just re-use the classes by redesigning your html.</p> <pre><code>&lt;ul class="ui-buttonset"&gt; &lt;li class="ui-helper-hidden-accessible"&gt;&lt;a href="" class="ui-button ui-widget ui-state-default ui-button-text-only ui-corner-left ui-state-active" role="button" aria-disabled="false" aria-pressed="true"&gt;&lt;span class="ui-button-text"&gt; </code></pre> <p>but this might be a harsh one to just 'recycle' jQuery-ui classes.</p> <p>I suggest you to rewrite your own .css to overwrite with the styling associated. I mean, rewrite jQuery-ui TABS styling instead of attempting to recycle .css classes.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload