go back Home

RowMobileTableConfigField

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<mobile_table_config_field company_id="..." id="..." table_id="..." field_name="..." font_color="..." font_size="..." is_bold="..." is_italic="..." is_underline="..." text_alignment="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"mobile_table_config_field","company_id":"...","id":"...","table_id":"...","field_name":"...","font_color":"...","font_size":"...","is_bold":"...","is_italic":"...","is_underline":"...","text_alignment":"..."}

Fields

key name size type
company_id 4 String
id 10 int
table_id 32 String
field_name 80 String
font_color 10 int
font_size 10 int
is_bold 1 String
is_italic 1 String
is_underline 1 String
text_alignment 1 String