You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/09/06 16:24:09 UTC

svn commit: r1807498 - in /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main: resources/org/apache/myfaces/tobago/example/demo/ webapp/content/30-concept/12-browser/

Author: lofwyr
Date: Wed Sep  6 16:24:09 2017
New Revision: 1807498

URL: http://svn.apache.org/viewvc?rev=1807498&view=rev
Log:
doc: browser support

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo_de.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/12-browser/browser.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo.xml?rev=1807498&r1=1807497&r2=1807498&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo.xml Wed Sep  6 16:24:09 2017
@@ -366,20 +366,6 @@
     </ul>
 </entry>
 
-<!--  browser -->
-<entry key="browser_sampleTitle">Browser Example</entry>
-<entry key="browser_text">Tobago is completely browser independant. Support of the different
-  browsers takes place in the JSF renderkit and does not have any effect on the
-  business logic development.
-    &lt;ul style="margin-top: 2px;"&gt;
-    &lt;li style="line-height: 130%;"&gt;Tobago supports common browsers: Internet   Explorer, Mozilla and Netscape navigator.&lt;/li&gt;
-    &lt;li style="line-height: 130%;"&gt;Tobago reacts on the value delivered by the   HTTP header 'User-Agent' to decide which controls have to be rendered.&lt;/li&gt;
-    &lt;li style="line-height: 130%;"&gt;Control defaulting: The implentation of themes   can be both browser independant and based on other themes to prevent   code redundancy.&lt;/li&gt;
-    &lt;li style="line-height: 130%;"&gt;More browsers can be supported easily.&lt;/li&gt;
-    &lt;li style="line-height: 130%;"&gt;Additional clients are supported, too: HTML, Simple HTML&lt;/li&gt;
-    &lt;/ul&gt;
-</entry>
-
 <!--  locale -->
 <entry key="locale_title">Locale settings</entry>
 <entry key="locale_label">Locale</entry>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo_de.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo_de.xml?rev=1807498&r1=1807497&r2=1807498&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo_de.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/resources/org/apache/myfaces/tobago/example/demo/Demo_de.xml Wed Sep  6 16:24:09 2017
@@ -170,10 +170,6 @@
 <!--  theme -->
   <entry key="theme_title">Einstellung des Designs</entry>
 
-<!--  browser -->
-  <entry key="browser_sampleTitle">Browser Beispiel</entry>
-  <entry key="browser_text">Mit Tobago werden Webanwendungen unabhängig von Browsern entwickelt. Die Unterstützung verschiedener Browser findet im JSF Render Kit statt und hat keinen direkten Einfluss auf die Entwicklung der Businesslogik. &lt;ul style="margin-top: 2px;"&gt; &lt;li style="line-height: 130%;"&gt;Tobago unterstützt gängige Browser: Internet Explorer, Mozilla und Netscape&lt;/li&gt; &lt;li style="line-height: 130%;"&gt;Tobago reagiert auf den HTTP Header 'User-Agent' und kann basierend auf den verwendeten Browser Spezialisierungen von Controls auswählen.&lt;/li&gt; &lt;li style="line-height: 130%;"&gt;Control Defaulting: Die Implementierung von Controls kann sich auf eine Browser-unabhängige Standardimplementierung oder auch auf ein anderes Theme abstützen.&lt;/li&gt; &lt;li style="line-height: 130%;"&gt;Die Browserunterstützung ist erweiterbar.&lt;/li&gt; &lt;li style="line-height: 130%;"&gt;Unterstützung unterschiedlicher Arten von Clients:
  HTML, Simple HTML&lt;/li&gt; &lt;/ul&gt;</entry>
-
 <!--  locale -->
   <entry key="locale_title">Sprach- und länderspezifische Einstellungen</entry>
   <entry key="locale_label">Sprache/Land</entry>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/12-browser/browser.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/12-browser/browser.xhtml?rev=1807498&r1=1807497&r2=1807498&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/12-browser/browser.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/12-browser/browser.xhtml Wed Sep  6 16:24:09 2017
@@ -18,8 +18,25 @@
 -->
 
 <ui:composition template="/main.xhtml"
+                xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
-  <ui:param name="title" value="#{demoBundle.browser}"/>
-  <tc:out escape="false" value="#{demoBundle.browser_text}"/>
+  <ui:param name="title" value="Browser"/>
+
+  Tobago is completely browser independent.
+  Support of the different browsers takes place in the JSF renderkit.
+
+  Tobago supports all common browsers like
+  <ul>
+    <li><tc:image value="fa-chrome"/> Google Chrome,</li>
+    <li><tc:image value="fa-firefox"/> Firefox,</li>
+    <li><tc:image value="fa-internet-explorer"/> Internet Explorer,</li>
+    <li><tc:image value="fa-edge"/> Edge,</li>
+    <li><tc:image value="fa-safari"/> Safari,</li>
+    <li><tc:image value="fa-opera"/> Opera or</li>
+    <li> any other browser, if they are standard conform to current specifications.</li>
+  </ul>
+
+  More information of the support of different version you may find in the
+  <tc:link label="Project Website" link="http://myfaces.apache.org/tobago/compatibility.html"/> of Tobago.
 </ui:composition>