| Ampliación de propiedades CSS |  |
| 05/30/08 07:58 PM |
| Jordi Murgo | |
Hace unos dias se publicó en GX Community Wiki el artículo:
http://wiki.gxtechnical.com/commwiki/servlet/hwikibypageid?6414
He intentado imitar lo que explica, sobre geneXus X, ampliando el
archivo "Definitions\ThemeDefinition.xml", añadiendo el siguiente
bloque en cada una de las secciones <Object ...>, en el bloque <Group>
con <Id>TextBlockClassBox</id> :
<Prop>
<Id>overflow</Id>
<Name>Overflow</Name>
<Description>The overflow property sets what happens if the
content of an element overflow its area.
Visible: Default. The content is not clipped. It renders outside the element.
Hidden: The content is clipped, but the browser does not display a
scroll-bar to see the rest of the content.
Scroll: The content is clipped, but the browser displays a scroll-bar
to see the rest of the content.
Auto: If the content is clipped, the browser should display a
scroll-bar to see the rest of the content.
</Description>
<Type>Combo</Type>
<Values>
<Value id='' desc=''/>
<Value id='visible' desc='visible'/>
<Value id='hidden' desc='left'/>
<Value id='scroll' desc='scroll'/>
<Value id='auto' desc='auto'/>
</Values>
<Metadata>
<Value name='ShouldSerialize'>true</Value>
<Value name='FlagSendToCss'></Value>
</Metadata>
</Prop>
Pero por desgracia no funciona.
Es necesario hacer algo más?
Tengo que esperar a que sea incorporado en el próximo Update?
--
Jordi Murgó
Fine Code Artist
NOD32 3148 (20080530) Information
This message was checked by NOD32 antivirus system.
http://www.eset.com |
|
|
|