mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tabs demo: Improve manipulation by providing default values for new tab
This commit is contained in:
parent
ff253e7372
commit
a332256753
@ -97,9 +97,9 @@
|
|||||||
<form>
|
<form>
|
||||||
<fieldset class="ui-helper-reset">
|
<fieldset class="ui-helper-reset">
|
||||||
<label for="tab_title">Title</label>
|
<label for="tab_title">Title</label>
|
||||||
<input type="text" name="tab_title" id="tab_title" value="" class="ui-widget-content ui-corner-all" />
|
<input type="text" name="tab_title" id="tab_title" value="Tab Title" class="ui-widget-content ui-corner-all">
|
||||||
<label for="tab_content">Content</label>
|
<label for="tab_content">Content</label>
|
||||||
<textarea name="tab_content" id="tab_content" class="ui-widget-content ui-corner-all"></textarea>
|
<textarea name="tab_content" id="tab_content" class="ui-widget-content ui-corner-all">Tab content</textarea>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user