Browse Source

Fixes broken link in modules

1.x
jlukic 10 years ago
parent
commit
322d174e16
  1. 2
      server/documents/elements/image.html.eco
  2. 2
      server/documents/index.html.eco
  3. 2
      server/documents/modules/dimmer.html.eco
  4. 2
      server/documents/modules/dropdown.html.eco
  5. 2
      server/documents/modules/modal.html.eco
  6. 2
      server/documents/modules/popup.html.eco
  7. 2
      server/documents/modules/rating.html.eco
  8. 2
      server/documents/modules/shape.html.eco
  9. 2
      server/documents/modules/sidebar.html.eco
  10. 2
      server/documents/modules/tab.html.eco
  11. 2
      server/documents/modules/transition.html.eco

2
server/documents/elements/image.html.eco

@ -53,7 +53,7 @@ themes : ['Default']
</div>
<div class="example">
<h4 class="ui header">Bordered</h4>
<h4 class="ui header">Bordered</h4>search.htmlec.s
<p>An image may include a border to emphasize the edges of white or transparent content</p>
<img class="ui medium bordered image" src="/images/wireframe/white-image.png">
</div>

2
server/documents/index.html.eco

@ -807,7 +807,7 @@ css : 'index'
</div>
<div class="no example">
<h4 class="ui header">
<a href="/elements/progress.html">Progress</a>
<a href="/modules/progress.html">Progress</a>
</h4>
<div data-total="20" data-value="6" class="ui teal file demo progress active">
<div class="bar" style="width: 25%;">

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

@ -260,7 +260,7 @@ themes : ['Default']
<h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following behaviors can be called using the syntax:</p>
<div class="ui ignored info message">
Behaviors must be called on the same content which you originally initialize the dimmer, whether it is the <code>dimmable</code> context, or the <code>ui dimmer</code>

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

@ -1594,7 +1594,7 @@ themes : ['Default']
<h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following behaviors can be called using the syntax:</p>
<div class="code">
$('.your.element')
.dropdown('behavior name', argumentOne, argumentTwo)

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

@ -479,7 +479,7 @@ themes : ['Default', 'Material', 'Fixed-width']
<h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following behaviors can be called using the syntax:</p>
<div class="code">
$('.ui.modal')
.modal('behavior name', argumentOne, argumentTwo)

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

@ -255,7 +255,7 @@ themes : ['Default']
<h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following behaviors can be called using the syntax:</p>
<div class="code">
$('.your.element')
.popup('behavior name', argumentOne, argumentTwo)

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

@ -180,7 +180,7 @@ themes : ['Default']
<h2 class="ui dividing header">Behaviors</h2>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following behaviors can be called using the syntax:</p>
<div class="code">
$('.ui.rating')
.modal('behavior name', argumentOne, argumentTwo)

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

@ -336,7 +336,7 @@ themes : ['default']
<h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following behaviors can be called using the syntax:</p>
<div class="code">
$('.your.element')
.shape('behavior name', argumentOne, argumentTwo)

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

@ -309,7 +309,7 @@ themes : ['Default']
<h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following behaviors can be called using the syntax:</p>
<div class="code">
$('.your.element')
.sidebar('behavior name', argumentOne, argumentTwo)

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

@ -115,7 +115,7 @@ themes : ['Default']
<h2 class="ui dividing header">Behavior</h2>
All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax <code>$('.foo').tab('behavior name', argumentOne, argumentTwo)</code>
All the following behaviors can be called using the syntax <code>$('.foo').tab('behavior name', argumentOne, argumentTwo)</code>
<table class="ui definition celled table segment">
<tr>

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

@ -283,7 +283,7 @@ type : 'UI Module'
</div>
<h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following behaviors can be called using the syntax:</p>
<div class="code">
$('.your.element')
.dropdown('behavior name', argumentOne, argumentTwo)

Loading…
Cancel
Save