Sha256: 8af018ead140c5f2940bb50193777571fae9fb59f0f784be2119ff1f39614d31

Contents?: true

Size: 615 Bytes

Versions: 1

Compression:

Stored size: 615 Bytes

Contents

<html>
  <div>
    This page is used to test Cello Framwork
  </div>
  <div>
    <div> <p><b>Textfield:</b></p>
      <div>Textfield with id text1</div><div> <input id='text1' type='text'></div>
      <div>Textfield with name text1</div><div> <input name='text1' type='text'></div>
    </div>
  </div>  
  <div>
    <div> <p><b>Simple Checkbox:</b></p>
      <div>Checkbox with id check1</div><div> <input id='check1' type='checkbox'></div>
    </div>
  </div>
  <div>
    <div> <p><b>TextArea:</b></p>
      <div>Textarea with id area1</div><div> <textarea id='area1'></textarea></div>
    </div>
  </div>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cello-0.0.12 features/site/inputs.html