Skip to content

Commit

Permalink
Versions update and corretions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCoder4eu committed Jan 7, 2017
1 parent 8150792 commit 6c6ce5c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ war.doFirst {
String buildInfo = """\n\
<b:row>
<b:jumbotron>
<img src="http://www.bootsfaces.net/img/bsf_logo.png"/>
<img src="https://www.bootsfaces.net/img/bsf_logo.png"/>
<p>Welcome to the BootsFaces Showcase and Documentation</p>
<p><b:navLink value="BootsFaces License" outcome="license" iconAwesome="gavel"/></p>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/applayout/navbarbottom.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
xmlns:b="http://bootsfaces.net/ui">

<b:navBar brand="&copy;2013-2016 TheCoder4Eu" brandHref="http://www.thecoder4.eu/" position="bottom" sticky="true">
<p class="navbar-text pull-right"><h:outputText value="BootsFaces v1.0.1-OSP on Mojarra 2.2.12, PrimeFaces 6.0, and OmniFaces 1.11" /></p>
<p class="navbar-text pull-right"><h:outputText value="BootsFaces v1.0.2-OSP on Mojarra 2.2.12, PrimeFaces 6.0, and OmniFaces 1.11" /></p>
</b:navBar>
</ui:fragment>
4 changes: 2 additions & 2 deletions src/main/webapp/forms/DateTimePicker.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</b:row>
</h:form>

<h1>Mode="inline" <b:badge value="breaking change in 1.1.0"/></h1>
<h1>Mode="inline" <b:badge value="breaking change in 1.0.2"/></h1>
<p>We've removed the option <code>mode="inline"</code> in favor of two more explicit options: <code>show-icon</code> and <code>icon-position</code>.</p>

<h1>Disable and readonly</h1>
Expand Down Expand Up @@ -294,7 +294,7 @@
</h:form>


<h3>id and field-id <b:badge value="since 1.0.01" /> </h3>
<h3>id and field-id <b:badge value="since 1.0.1" /> </h3>
<p>The datepicker widgets consists of the input field and some extra HTML code which makes it look like a datepicker. Both items
have an id. The id of the outer HTML code is the standard <code>id</code> every JSF component has. The id of the input field
can be modified by the attribute <code>field-id</code>. By default, it's the client id plus the suffix <code>_Input</code>,
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/forms/searchExpressions.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
are to be activated or deactivated depending on a checkbox. There's an example below.</li>
<li>@before <b:badge value="since 0.9.0" /> is similar to @previous, but it yields every JSF node preceding the current one.</li>
<li>@findIdRecursive(id) find an id anywhere in the JSF tree below the currently select node. For instance, <code>@form:**:someId</code> looks for <code>someId</code>,
considering the entire form. <b:badge value="breaking change in 1.1.0"/> Since 1.1.0, this may result multiple ids.
considering the entire form. <b:badge value="breaking change in 1.0.2"/> Since 1.0.2, this may result multiple ids.
Until 1.0.1, this search expression only returned the first id in the JSF tree (if any).</li>
<li>** shortcut for @findIdRecursive</li>
<li>@id and @findIdRecursively are synonyms of @findIdRecursive</li>
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/forms/selectMultiMenu.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<p>The Java bean receives a comma-separated list of the selected values. Note that "no selection" results in an empty string. The
attribute of the Java bean may contain a null value when the page is rendered, but requests never set null values.</p>

<h1>AJAX <b:badge value="since 1.1.0" /></h1>
<h1>AJAX <b:badge value="since 1.0.2" /></h1>
<p><code>&lt;b:selectMultiMenu /></code> supports many AJAX callbacks. However, many standard AJAX callbacks are not supported.
For instance, there's no <code>onblur</code> event. As an alternative, this example uses <code>ondropdownhide</code>:</p>
<h:form>
Expand Down Expand Up @@ -718,4 +718,4 @@ public class SemaphoreBean {
</script>
<br/><br/><br/><br/>
</ui:define>
</ui:composition>
</ui:composition>
4 changes: 2 additions & 2 deletions src/main/webapp/quickstart.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>net.bootsfaces</groupId>
<artifactId>bootsfaces</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
]]>
Expand All @@ -39,7 +39,7 @@
<b:well>
<script type="syntaxhighlighter" class="brush: groovy; toolbar: false;gutter: false; first-line: 1">
<![CDATA[
compile 'net.bootsfaces:bootsfaces:1.0.1'
compile 'net.bootsfaces:bootsfaces:1.0.2'
]]>
</script>
</b:well>
Expand Down

0 comments on commit 6c6ce5c

Please sign in to comment.