Skip to content

Commit

Permalink
Tabs demo: Improve manipulation by providing default values for new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Apr 24, 2014
1 parent ff253e7 commit a332256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/tabs/manipulation.html
Expand Up @@ -97,9 +97,9 @@
<form>
<fieldset class="ui-helper-reset">
<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>
<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>
</form>
</div>
Expand Down

0 comments on commit a332256

Please sign in to comment.