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 2016/09/08 15:31:30 UTC

svn commit: r1759849 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/css/TobagoClass.java

Author: lofwyr
Date: Thu Sep  8 15:31:30 2016
New Revision: 1759849

URL: http://svn.apache.org/viewvc?rev=1759849&view=rev
Log:
TOBAGO-1524: Use standard AJAX mechanism
* A tc:form component can now be used for execute and render

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/css/TobagoClass.java

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/css/TobagoClass.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/css/TobagoClass.java?rev=1759849&r1=1759848&r2=1759849&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/css/TobagoClass.java (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/css/TobagoClass.java Thu Sep  8 15:31:30 2016
@@ -52,6 +52,7 @@ public enum TobagoClass implements CssIt
   BOX__HEADER("tobago-box-header"),
   COLLAPSED("tobago-collapsed"),
   FLEX_LAYOUT("tobago-flexLayout"),
+  FORM("tobago-form"),
   LABEL("tobago-label"),
   MENU_BAR("tobago-menuBar"),
   MENU__CONTEXT_MENU("tobago-menu-contextMenu"),