[LPGA]volumes Posted November 8, 2005 at 12:49 PM Report #6458 Posted November 8, 2005 at 12:49 PM hey, alguem me sabe dizer meke k eu meto uma textbox disable mas com um texto lá escrito ? :s Cumps.
ouvi_dizer Posted November 8, 2005 at 02:24 PM Report #6461 Posted November 8, 2005 at 02:24 PM text box <input type="text" name="AAAA" value="texto" disabled> text area <textarea readonly> texto </textarea> edit: corrigido
[LPGA]volumes Posted November 8, 2005 at 02:51 PM Author Report #6462 Posted November 8, 2005 at 02:51 PM tank u very nice... 😉 btw fika o reparo k é disabled 😄 cumps
AriOps Posted November 8, 2005 at 06:28 PM Report #6469 Posted November 8, 2005 at 06:28 PM já agora isso é a mm cena para as checkboxes? Daniel Correia
ouvi_dizer Posted November 9, 2005 at 11:18 AM Report #6501 Posted November 9, 2005 at 11:18 AM radio butons <input name="aaaa" type="radio" value="0" checked disabled> <input name="aaaa" type="radio" value="1" disabled> . . . <input name="aaaa" type="radio" value="n" disabled> nota: todos os radio butons que tenham o mesmo nome pertencem a um grupo e são tratados como sendo um unico objecto, que tem o valor do RB checked ou (caso nenhum esteja checked) o primeiro valor definido (neste exemplo seria o 0). check box <input type="checkbox" name="bbbb" value="xpto" checked disabled> <input type="checkbox" name="cccc" value="xyz" disabled>
ouvi_dizer Posted November 9, 2005 at 11:25 AM Report #6502 Posted November 9, 2005 at 11:25 AM Já agora quando tenho duvidas HTML ou XHTML (HTML com regras mais rigidas, mas quase igual) tento sempre esclarecimentos na página http://www.htmlhelp.com/faq/html/all.html
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now