Skip to content

Instantly share code, notes, and snippets.

@tiennv90
Created January 13, 2014 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiennv90/8397132 to your computer and use it in GitHub Desktop.
Save tiennv90/8397132 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="cq:Dialog"
height="{Long}500"
width="{Long}700"
xtype="dialog">
<items
jcr:primaryType="cq:Widget"
xtype="tabpanel">
<items jcr:primaryType="cq:WidgetCollection">
<tab1
jcr:primaryType="cq:Panel"
title="Life Planner">
<items jcr:primaryType="cq:WidgetCollection">
<name
jcr:primaryType="cq:Widget"
fieldDescription="Name of the agent"
fieldLabel="Name"
xtype="textfield"/>
<description
jcr:primaryType="cq:Widget"
fieldDescription="Short description of the agent"
fieldLabel="Description "
name="./description"
xtype="textfield"/>
<telephone
jcr:primaryType="cq:Widget"
fieldDescription="Mobile number of the agent"
fieldLabel="Mobile number"
name="./telephone"
xtype="textfield"/>
<email
jcr:primaryType="cq:Widget"
fieldDescription="Great Eastern email address of the agent"
fieldLabel="Email"
name="./email"
xtype="textfield"/>
<hobbies
jcr:primaryType="cq:Widget"
fieldDescription="Hobbiles of the agent"
fieldLabel="Hobbies"
name="./hobbies"
xtype="tags"/>
<credentials
jcr:primaryType="cq:Widget"
fieldDescription="Credentials of the agent"
fieldLabel="Credentials"
name="./credentials"
xtype="textfield"/>
<award
jcr:primaryType="cq:Widget"
fieldDescription="Achievements of the agent"
fieldLabel="Achievements"
name="./award"
xtype="textfield"/>
<language
jcr:primaryType="cq:Widget"
fieldDescription="Languages spoken by the agent"
fieldLabel="Language"
name="./language"
xtype="textfield"/>
<gender
jcr:primaryType="cq:Widget"
fieldDescription="Gender of the agent"
fieldLabel="Gender"
name="./gender"
xtype="tags"/>
<location
jcr:primaryType="cq:Widget"
fieldDescription="Location of the agent"
fieldLabel="Location"
name="./location"
xtype="tags"/>
<linkedin
jcr:primaryType="cq:Widget"
fieldDescription="Link to the agent linkedin profile"
fieldLabel="Linkedin profile"
name="./linkedin"
xtype="textfield"/>
<facebook
jcr:primaryType="cq:Widget"
fieldDescription="Link to the agent Facebook profile"
fieldLabel="Facebook profile"
name="./facebook"
xtype="textfield"/>
<photo
jcr:primaryType="cq:Widget"
fieldDescription="Photo of the agent"
fieldLabel="Photo"
name="./photo"
xtype="html5smartimage"/>
<Reviews
jcr:primaryType="cq:Widget"
fieldDescription="Reviews of the customers"
fieldLabel="Reviews"
xtype="textfield"/>
<datejoined
jcr:primaryType="cq:Widget"
fieldDescription="The date the agent joined Great Eastern Life"
fieldLabel="Date joined"
name="./datejoined"
xtype="datefield"/>
</items>
</tab1>
</items>
</items>
</jcr:root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment