This translation is older than the original page and might be outdated.

T- Type TEXT


TEXT-Type Property.

    <prop name="NOMBRE" visible="1" group="1" type="T" size="30" fieldsize="15" fixed-text="true"/>


Property of Text-type that filters the contents underneath.


The attributes are:

tooltip: To put a predetermined text.
contextual-search=“true” : Specifies that as it is written, the contents are filtered.
contextual-target=“MAP_HOTELESCNT”: Name of the Prop of the contents we are going to refresh.
contextual-filter=“t.NOMBRE LIKE '%##VAL##%'“: Filter we are going to apply in the contents with the entered text.


   <prop name="MAP_BHOTELNOMBRE" tooltip=" Escriba aquí para buscar" contextual-search="true" contextual-target="MAP_HOTELESCNT" contextual-filter="t.NOMBRE LIKE '%##VAL##%'" lmargin="2" title="" type="T" text-border-bottom="true" align="left|center" width="80%" visible="1" height="120px" labelwidth="0" fontsize="12" bgcolor="#00000000" forecolor="#ffffff" />
   <prop name="MAP_BTHOTELBUSCAR" newline="false" lmargin="1" title="" type="B" visible="1" width="120px" height="120px" Xlabelwidth="1" bgcolor="#00000000" forecolor="#002D47" fontsize="10" fontbold="true" postonchange="Refresh(MAP_HOTELESCNT)" img="search.png" />
 
   <prop locked="true" name="MAP_HOTELESCNT" height="100%" type="Z" visible="1" contents="HotelesBusquedaCnt" text-border="false" border="false" bgcolor="#D8D8D8" mask="2" img="tr.png" imgsel="tr.png" />
   <contents name="HotelesBusquedaCnt" src="HotelesBusquedaCnt" />