Browse Source

fixes some broken examples on form

Former-commit-id: 53e9609dce
Former-commit-id: cec220ea3e
pull/258/head
jlukic 11 years ago
parent
commit
bb7e1ba1e9
3 changed files with 14 additions and 14 deletions
  1. 2
      build/packaged/css/semantic.css.REMOVED.git-id
  2. 24
      node/src/documents/collections/form.html.eco
  3. 2
      node/src/files/build/packaged/css/semantic.css.REMOVED.git-id

2
build/packaged/css/semantic.css.REMOVED.git-id

@ -1 +1 @@
9339b3637e6efad6f25f375cf0416beb660e411d
1cb4539f1f96648b123cf436085c3a44b4486a7f

24
node/src/documents/collections/form.html.eco

@ -88,13 +88,13 @@ type : 'UI Collection'
</div>
</div>
<div class="example">
<div class="no example">
<h4 class="ui header">Checkbox</h4>
<p><a href="/modules/checkbox.html">UI Checkboxes</a> are styled forms of standard form checkboxes.</p>
<div class="evaluated code" data-type="javascript" data-label="true">
$('.checkbox')
.checkbox()
;
$('.ui.checkbox')
.checkbox()
;
</div>
<div class="ui form">
<div class="inline field">
@ -121,13 +121,13 @@ type : 'UI Collection'
</div>
</div>
<div class="form example">
<div class="no form example">
<h4 class="ui header">Select</h4>
<p>A selection dropdown, a type of <a href="/modules/dropdown.html">ui dropdown</a> can be used to allow for a selection from multiple choices</p>
<div class="evaluated code" data-type="javascript" data-label="true">
$('.selection.dropdown')
.dropdown()
;
$('.ui.selection.dropdown')
.dropdown()
;
</div>
<div class="ui selection dropdown">
<input type="hidden" name="gender">
@ -140,13 +140,13 @@ type : 'UI Collection'
</div>
</div>
<div class="example">
<div class="no example">
<h4 class="ui header">Radio Box</h4>
<p>Radio boxes are styled forms of standard form radio controls.</p>
<div class="evaluated code" data-type="javascript" data-label="true">
$('.radio')
.checkbox()
;
$('.ui.radio.checkbox')
.checkbox()
;
</div>
<div class="ui form">
<div class="grouped inline fields">

2
node/src/files/build/packaged/css/semantic.css.REMOVED.git-id

@ -1 +1 @@
9339b3637e6efad6f25f375cf0416beb660e411d
1cb4539f1f96648b123cf436085c3a44b4486a7f
Loading…
Cancel
Save