Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 2.16 KB | None | 0 0
  1. <ext:Panel ID = "pnlIncidentInformation" runat="server" Padding="15" Layout="form" Title="Incident Information" Border="False" AutoScroll="false" AutoHeight="false"  flex="2"  FormGroup="True">
  2.                 <Items>
  3.                          <ext:Panel  runat="server" Layout="HBoxLayout" FormGroup="True" >
  4.                          <Items>
  5.  
  6.                                 <ext:Panel runat="server" header="false" layout="form" LabelAlign="right" Border="False" LabelWidth="210" AutoHeight="true"  flex="1">
  7.                                     <Items>
  8.  
  9.                                         <ext:DisplayField ID="FORMATDATEOFINCIDENT" runat="server" FieldLabel="Date of Incident" />
  10.                                         <ext:DisplayField ID="FORMATDATEOFDISCOVERY" runat="server" FieldLabel="Date of Discovery" Padding="15"/>
  11.  
  12.                                     </Items>
  13.                                 </ext:Panel>
  14.  
  15.                                 <ext:Panel runat="server" header="false" layout="form" LabelAlign="right" Border="False" LabelWidth="210" AutoHeight="true"  flex="1" >
  16.                                     <Items>
  17.  
  18.                                         <ext:DisplayField ID="INCIDENTADDR" runat="server" FieldLabel="Address"/>
  19.                                         <ext:DisplayField ID="INCIDENTGEOLOCATIONCODE" runat="server" FieldLabel="Geo Location Code" Padding="15"/>
  20.  
  21.                                     </Items>
  22.                                 </ext:Panel>
  23.  
  24.                          </Items>
  25.                          </ext:Panel>
  26.  
  27.                           <ext:DisplayField ID="TEMPID" runat="server" FieldLabel=""/>
  28.  
  29.                          <ext:Panel runat="server" Layout="form" Title="" Border="false"  Header="False" AutoScroll="false" flex="1" Cls="edit-form" LabelWidth="210"  LabelAlign="right" AutoHeight="true">
  30.                          <Items>
  31.                                 <ext:DisplayField ID="ISSUEDESCRIPTION" runat="server" FieldLabel="Issue Description" AnchorHorizontal="-20" MaxLength="2000" />
  32.                          </Items>
  33.                          </ext:Panel>
  34.  
  35.                 </Items>
  36.                 </ext:Panel>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement