Browse Source

Docs updates

redesign
jlukic 10 years ago
parent
commit
f4cb58bdda
  1. 2
      server/documents/modules/checkbox.html.eco
  2. 1
      server/documents/modules/dropdown.html.eco
  3. 2
      server/partials/header.html.eco

2
server/documents/modules/checkbox.html.eco

@ -8,7 +8,7 @@ title : 'Checkbox'
description : "A checkbox allows a user to select a value from a small set of options, often binary"
type : 'UI Module'
themes : ['Default']
themes : ['Default', 'Colored']
---
<script src="/javascript/checkbox.js"></script>
<link rel="stylesheet/less" type="text/css" href="/src/definitions/modules/checkbox.less" />

1
server/documents/modules/dropdown.html.eco

@ -96,6 +96,7 @@ themes : ['Default']
</div>
<div class="another dropdown example">
<select class="ui search dropdown">
<%- @partial('examples/single/state-options') %>
</select>
<div class="existing code">
<select class="ui search dropdown">

2
server/partials/header.html.eco

@ -122,7 +122,7 @@
<% end %>
</div>
<div class="advertisement">
<% unless 'developments' in @getEnvironments(): %>
<% unless 'development' in @getEnvironments(): %>
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=semanticuicom" id="_carbonads_js"></script>
<% end %>
</div>

Loading…
Cancel
Save