Skip to content

Instantly share code, notes, and snippets.

@whitemx
Created November 18, 2013 13:39
Show Gist options
  • Save whitemx/7527852 to your computer and use it in GitHub Desktop.
Save whitemx/7527852 to your computer and use it in GitHub Desktop.
<unp:unpFormEditor showbuttons="yes"
viewxpagename="FormsReadMode.xsp" formname="Person" title="Person"
xp:key="facet_1">
<xp:this.facets>
<xp:panel xp:key="facet_1">
<ul class="fieldlist">
<li>
<xp:label value="First Name" id="firstnamelabel"
for="firstname">
</xp:label>
<xp:inputText id="firstname" value="#{document1.FirstName}"
styleClass="required xspInputFieldEditBox deletable">
</xp:inputText>
</li>
</ul>
</xp:panel>
</xp:this.facets>
</unp:unpFormEditor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment