This translation is older than the original page and might be outdated. See what has changed.




Control Description
type-array ARRAY-type property of predefined values.
type-at-attach AT-type Attached.
type-b-boton B-Type Button.
type-d-fecha D-Type Date.
type-dr-draw DR-Type Draw.
type-img-firma IMG-Type Signature.
type-img-imagen IMG-Type Image.
campo-mapeado-con-otra-coleccion Mapped Field with another collection.
type-n-numerico N-Type Numeric.
type-n2-numerico-con-decimal N2-Type Numeric with decimal.
type-nc-checkbox NC-Type Checkbox.
type-ph-foto PH-Type Photo.
type-t-mapeada T-Type Mapped.
type-t-textarea T-Type T Multitask.
type-t-texto T- Type Text.
type-tl-etiqueta TL-Type Label.
type-tt-hora-texto TT- Type Text Time.
type-vd-video VD- Type Video.
type-web W- Type Web.
type-x-password X- Type Password.
type-z-contents Z-Type Contents.

See more in the Data List section: 5.-listado-de-datos


Certain attributes have been incorporated to change the icons by default of the Android frame.

Icons in <prop>:

Attribute Description
img=“cadena” It allows to define the image used in the main button of the control.
img-sel=“cadena” It defines the image when we click in the button defined by “img”.
All the attributes starting with “img”, allow to have a value for the sufix “sel.
Examples: “imgimg-sel” and “img-deleteimg-delete-sel
img-delete=“cadena” It defines the image of the delete or refresh button for the edition controls.
img-search=“cadena” It defines the image of the linked button “magnifying glass” for the edition controls.
img-spinner=“cadena” It defines the image of the linked button “combo” with showinline=“true” for the edition controls.
img-phone=“cadena” It defines the image of the phone button in the nodes with “phone=true” attribute.
img-width=“Entero” It allows to define the width of the main button.
For any other button is adding -width at the end of the image definition.
Examples: img-undo-width=“60” and img-delete-width=“60”.
img-height=“Entero” It allows to define the height of the main button.
For any other button is adding -height at the end of the image definition .
Examples: img-undo-height=“60” andimg-delete-height=“60”.
img-undo=“cadena” It defines the image of the undo button for the edition controls.
undo-button=“true|false” It indicates if the refresh or undo buttons are shown in the edition controls.
img-date It allows to define the date.
img-time It allows to define the image in hour-type controls.
img-att It indicates if a clip to attach files is shown.
img-delete-width It allows setting the width of the delete or refresh button for the edition controls.
img-delete-height It allows to set the height of the delete or refresh button for the edition controls.
img-phone-width It allows setting the width of the phone button.
img-phone-height It allows setting the height of the phone button.
img-date-width It allows setting the width of the date button.
img-date-height It allows setting the height of the date button.
img-time-width It allows setting the width of the button for hour-type controls.
img-time-height It allows setting the height of the button for the hour-type controls.
img-att-width It allows setting the width of the button for attaching files.
img-att-height It allows setting the height of the button for attaching files.


Example of CSS :

prop
{
    img-spinner:arrow_down.png;
    img-spinner-sel:arrow_down_click.png;
    img-search:lupa.png;
    img-search-sel:lupa_click.png;
    img-delete:delete.png;
    img-delete-sel:delete_click.png;
    img-undo:undo.png;
    img-undo-sel:undo_click.png;
    img-phone:phone.png;
    img-phone-sel:phone_click.png;
}
 
prop:AT
{
    img:attachment.png;
    img-sel:attachment_click.png;
}
prop:PH
{
    img:camera.png;
    img-sel:camera_click.png;
}
 
prop:IMG
{
    img:firma.png;
    img-sel:firma_click.png;
}
 
prop:VD
{
    img:video.png;
    img-sel:video_click.png;
}