Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

character sheet on html. probleme avec la commande select otpgroup

1425772991

Edited 1425773193
Bonjour, je tente de mieux faire ressortir certain catégorie dans des liste via la commande select. j'utilise pour cela l'option optgroup label="text". Seulement dans les liste sur le charcater sheet les options seul apparaisse. Est-ce normal?
1425922015
Stephen Koontz
Forum Champion
Marketplace Creator
Sheet Author
API Scripter
Compendium Curator
Je suis désolé, nous ne parlons pas français. Pouvez-vous répondre en anglais?
1425925389
Lithl
Pro
Sheet Author
API Scripter
Google Translate. said: Hello, I try to better highlight some category list via the select command. I use for this the option optgroup label = "text". Only in the list on the sheet charcater the only options appear. Is this normal? Could you post a sample of the HTML you're trying to use?
Sorry for my first post in French. My code for the problem. <select name="attr_Spécialisationliste" title="Spécialisation du personnage"> <optgroup label="Mage"> <option value="1"></option> <option value="2">Mage généraliste</option> <option value="3">Mage de combat</option> <option value="4">Mage domestique</option> <option value="5">Mage du feu</option> <option value="6">Mage de la Métamorphoses</option> <option value="7">Mage de la Thermodynamique</option> <option value="8">Invocateur(trice)</option> <option value="9">Nécromancien(ne)</option> <option value="10">Illusioniste</option> <option value="11">Mage de l'eau et de la glace</option> <option value="12">Mage de la terre</option> <option value="13">Mage de l'air'</option> <option value="14">Mage noire de Tzinntch</option> </optgroup> <optgroup label="Paladin"> <option value="15">Paladin de Dlul</option> <option value="16">Paladin de Braav</option> </optgroup> <optgroup label="Soldat"> <option value="17">Soldat Eclaireur</option> <option value="18">Soldat Armurier</option> <option value="19">Soldat Lourd</option> <option value="20">Soldat Medecin</option> <option value="21">Soldat Officier</option> </optgroup> <optgroup label="Ingénieur"> <option value="22">Ingénieur Mécanicien</option> <option value="23">Ingénieur Forgeron</option> <option value="24">Ingénieur Ebéniste</option> <option value="25">Ingénieur Artisant du cuir</option> <option value="26">Ingénieur Couturier</option> <option value="27">Ingénieur cuisinier</option> <option value="28">Ingénieur Alchimiste</option> <option value="29">Ingénieur Mécanicien</option> <option value="30">Ingénieur Gobelin</option> </optgroup> </select> on the character sheet only the option can be see. Not the "label".
1426096082
Stephen Koontz
Forum Champion
Marketplace Creator
Sheet Author
API Scripter
Compendium Curator
Is this on a sheet you are making or from an existing sheet that isn't displaying correctly for you?
in a sheet making by me.