Guest User

Untitled

a guest
Oct 23rd, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">Ext.net.ResourceMgr.load([{url:"/extnet/extnet-data-js/ext.axd?v=42036"},{mode:"css",url:"/ux/extensions/formgroup/css/formgroup-embedded-css/ext.axd?v=42036"}], function(){Ext.net.ResourceMgr.destroyCmp("ID_d9fd9c2301244df8afc9f295845ae277_UC_Address");{
  2.   id: "ID_d9fd9c2301244df8afc9f295845ae277_UC_Panel1",
  3.   xtype: "panel",
  4.   autoHeight: true,
  5.   items: {
  6.   id: "ID_d9fd9c2301244df8afc9f295845ae277_UC_Panel2",
  7.   anchor: "100%",
  8.   items: [
  9.     {
  10.   id: "ID_d9fd9c2301244df8afc9f295845ae277_UC_txtStreet",
  11.   xtype: "textfield",
  12.   anchor: "100%",
  13.   fieldLabel: "Street"
  14. },
  15.     {
  16.   id: "ID_d9fd9c2301244df8afc9f295845ae277_UC_txtZipPostalCode",
  17.   xtype: "textfield",
  18.   anchor: "100%",
  19.   fieldLabel: "Zip/Postal Code"
  20. },
  21.     {
  22.   id: "ID_d9fd9c2301244df8afc9f295845ae277_UC_txtCity",
  23.   xtype: "textfield",
  24.   anchor: "100%",
  25.   fieldLabel: "City"
  26. },
  27.     {
  28.   id: "ID_d9fd9c2301244df8afc9f295845ae277_UC_cbxCountry",
  29.   xtype: "combo",
  30.   anchor: "100%",
  31.   fieldLabel: "Country",
  32.   displayField: "text",
  33.   hiddenName: "ID_d9fd9c2301244df8afc9f295845ae277_UC_cbxCountry_Value",
  34.   mode: "local",
  35.   queryDelay: 10,
  36.   triggerAction: "all",
  37.   valueField: "value",
  38.   store: new Ext.data.SimpleStore({fields:["text","value"],data :[["Australia","AU"],["Canada","CA"],["United States","US"]]}),
  39.   submitValue: true
  40. }
  41.   ],
  42.   layout: "form",
  43.   border: false,
  44.   header: false
  45. },
  46.   layout: "form",
  47.   animCollapse: false,
  48.   baseCls: "x-form-group",
  49.   collapsible: true,
  50.   hideCollapseTool: true,
  51.   titleCollapse: true
  52. }DocumentPanel.addAndDoLayout(ID_d9fd9c2301244df8afc9f295845ae277_UC_Address);});</script>
Add Comment
Please, Sign In to add comment