pepebe
9/6/2012 - 11:55 AM

MIGx: company contact details

MIGx: company contact details

----------------------------------------------------
Grid Columns (Overview):
----------------------------------------------------

[
   {
      "header": "Standort",
      "width": "160",
      "sortable": "true",
      "dataIndex": "location"
   },
   {
      "header": "Ansicht",
      "width": "50",
      "sortable": "false",
      "dataIndex": "image",
      "renderer": "this.renderImage"
   }
]

----------------------------------------------------
Form Tabs (Storage)
----------------------------------------------------

[
   {
      "caption":"Anschrift",
      "fields": [
         {
            "field":"location",
            "caption":"Standort"
         },
         {
            "field":"street",
            "caption":"Straße"
         },
         {
            "field":"number",
            "caption":"Hausnummer"
         },
         {
            "field":"zip",
            "caption":"Postleitzahl"
         },
         {
            "field":"city",
            "caption":"ort"
         }
      ]
   },
   {
      "caption":"Anfahrt",
      "fields": [
         {
            "field":"googleMaps",
            "caption":"Google Maps"
         },
         {
            "field":"driving_directions",
            "caption":"Google Maps",
            "inputTV":"MIGx_tvRichtext"
         }         
      ]
   },
   {
      "caption":"Phone, Fax, Email, Homepage",
      "fields": [
         {
            "field":"phone",
            "caption":"Fon"
         },
         {
            "field":"fax",
            "caption":"Fax"
         },
         {
            "field":"email",
            "caption":"Email"
         },
         {
            "field":"url",
            "caption":"Homepage",
            "inputTV":"MIGx_tvURL"
         }         
      ]
   },
   {
      "caption":"Image",
      "fields":[
         {
            "field":"image",
            "caption":"Ansicht (16:9)",
            "inputTV":"MIGx_tvImage"
         }
      ]
   }
]

------------------------------------

You need some MIGx Custom TVs:
MIGx_tvImage
MIGx_tvRichtext
MIGx_tvURL