Skip to content

Commit a332256

Browse files
committed
Tabs demo: Improve manipulation by providing default values for new tab
1 parent ff253e7 commit a332256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/tabs/manipulation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@
9797
<form>
9898
<fieldset class="ui-helper-reset">
9999
<label for="tab_title">Title</label>
100-
<input type="text" name="tab_title" id="tab_title" value="" class="ui-widget-content ui-corner-all" />
100+
<input type="text" name="tab_title" id="tab_title" value="Tab Title" class="ui-widget-content ui-corner-all">
101101
<label for="tab_content">Content</label>
102-
<textarea name="tab_content" id="tab_content" class="ui-widget-content ui-corner-all"></textarea>
102+
<textarea name="tab_content" id="tab_content" class="ui-widget-content ui-corner-all">Tab content</textarea>
103103
</fieldset>
104104
</form>
105105
</div>

0 commit comments

Comments
 (0)