You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2014/06/19 10:18:38 UTC

svn commit: r1603749 - /pivot/branches/2.0.x/tutorials/src/org/apache/pivot/tutorials/layout/forms.bxml

Author: smartini
Date: Thu Jun 19 08:18:37 2014
New Revision: 1603749

URL: http://svn.apache.org/r1603749
Log:
add heading to missing section of the form

Modified:
    pivot/branches/2.0.x/tutorials/src/org/apache/pivot/tutorials/layout/forms.bxml

Modified: pivot/branches/2.0.x/tutorials/src/org/apache/pivot/tutorials/layout/forms.bxml
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/tutorials/src/org/apache/pivot/tutorials/layout/forms.bxml?rev=1603749&r1=1603748&r2=1603749&view=diff
==============================================================================
--- pivot/branches/2.0.x/tutorials/src/org/apache/pivot/tutorials/layout/forms.bxml (original)
+++ pivot/branches/2.0.x/tutorials/src/org/apache/pivot/tutorials/layout/forms.bxml Thu Jun 19 08:18:37 2014
@@ -28,7 +28,7 @@ limitations under the License.
 
             <TablePane.Row height="1*">
                 <Form>
-                    <Form.Section>
+                    <Form.Section heading="Personal Information">
                         <BoxPane bxml:id="titleBoxPane" Form.label="Title">
                             <ListButton bxml:id="titleListButton" listData="['', 'Mr.', 'Mrs.']"/>
                         </BoxPane>