Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this case you should read the check the key “values” that is an array of hash with this structure :

type:"special",
subtype:"contacts",
values :{
  name:"",
  value:"",
  type:""
}

This list should be show in a list layout setting the title with the name and the description with the value and the img url build like

/images/default/category/+type+.png

When the row is selected the app should check the type key and do a call,sms,email, web browsing.

...

{
  bgcolor:"#FFFFFF",
  bgalpha:0-1
}

the use of the color depend of the layout

  • list

color of the odds row

  • grid

color of the area of the gris

  • lowpanel

color of the lowpanel background

...

{
  banner:{
     type:"image",
     url:imgurl,
     width:100,
     height:100
  }
}

banner to show under the header bar. it must fill the device width.

...

{
  hideTitle:"...",
  hideDescription:"..."
}

If the key exists replace the title / description in the layout with ””

...

{
  disabled:"..."
}

if the key exists mean that the element mustnt do any account on click.

...

The Feed page cannot use the lowpanel layout and use the list as default layout The Audio Player page can only use the list layout