Browse Source

Update checkbox.html.eco

Make behavior explanation more clear.  From the current presentation with quotes around the word behavior, it appears that 'behavior' is a part of the command.  Italicizing the word 'behavior' and letting of the quotes makes things much more clear.
master
DanAtShenTech 9 years ago
parent
commit
ca1c0cc0f9
  1. 2
      server/documents/modules/checkbox.html.eco

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

@ -603,7 +603,7 @@ themes : ['Default', 'Colored']
>
<p>Behaviors are accessible with Javascript using the syntax:<p>
<div class="code">
$('.ui.checkbox').checkbox('behavior', argumentOne, argumentTwo...);
$('.ui.checkbox').checkbox(<i>behavior</i>, argumentOne, argumentTwo...);
</div>
<table class="ui definition celled table segment">

Loading…
Cancel
Save