Envoyé par : manu_gestelia
Date : 02/11/2011 11:13
Bonjour, Je fais des tableaux en htlm, et les zones de saisie sont en xul. Mais je voudrais que mes balises <textbox> est une largeur identique à leur parent, en l'occurence une balise <html:td>. Le flex est inopérent, et j'ai essayé de gérer avec la CSS, mais sans résultat. Avez-vous une solution, svp ?
Ci-joint, un exemple :
<box xmlns:html="http://www.w3.org/1999/xhtml"> <html:table border="1" cellspacing="0" cellpadding="0" > <html:col /> <html:col /> <html:col /> <html:tr> <html:td colspan="2" ><description value="Un texte très long qui fait que les cellules textbox ci-dessus n'occupent pas toute la place disponible "/></html:td> <html:td > <textbox deplacable="false" duplicable="false" /> </html:td> </html:tr> <html:tr > <html:td > <textbox class="monflex" value="test" deplacable="false" duplicable="false" /> </html:td> <html:td> <textbox class="monflex" deplacable="false" duplicable="false" /> </html:td> <html:td> <textbox class="monflex" deplacable="false" duplicable="false" /> </html:td> </html:tr> <html:tr> <html:td > <textbox class="monflex" deplacable="false" duplicable="false" /> </html:td> <html:td> <textbox class="monflex" deplacable="false" duplicable="false" /> </html:td> <html:td> <textbox class="monflex" deplacable="false" duplicable="false" /> </html:td> </html:tr> </html:table> </box>
Envoyé par : thx1138
Date : 06/11/2011 01:03
Test avec un style="width:100%" sur les textbox
Il n'est plus possible de poster des messages dans ce forum.
Copyright © 2003-2013 association xulfr, 2013-2016 Laurent Jouanneau - Informations légales.
Mozilla® est une marque déposée de la fondation Mozilla.
Mozilla.org™, Firefox™, Thunderbird™, Mozilla Suite™ et XUL™
sont des marques de la fondation Mozilla.