← Desenvolvimento

inserir isto

Lida 3286 vezes

Offline

frsantos 
Membro
Mensagens 1458 Gostos 0
Troféus totais: 35
Trófeus: (Ver todos)
Linux User Mobile User Apple User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter

kual o codogo para inserir algo tipo isto?

mas tambem keria se possivel, um botao que selcione o conteudo
Offline

MiguelTavares 
Membro
Mensagens 3871 Gostos 0
Troféus totais: 33
Trófeus: (Ver todos)
Avatar Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4

Isso é nada mais nada menos que uma <textarea>XPTOOOOO, EU SOU SUPER L33T!</textarea> :D
Offline

MiguelTavares 
Membro
Mensagens 3871 Gostos 0
Troféus totais: 33
Trófeus: (Ver todos)
Avatar Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4

Ahhh, e para que seleccione o texto quando houver um MouseOver à TEXTAREA usa isto:


Código: [Seleccione]
<SCRIPT>
function changeSelect(flag) {
    if (flag == 1) {
     if (document.theForm.comments.value ==
document.theForm.comments.defaultValue) {
        document.theForm.comments.select();
     }
  }
 if (flag == 2) {
     document.theForm.comments.value =
          document.theForm.comments.value;
  }
    }
</SCRIPT>
<P>
<DIV onMouseOver="changeSelect(1);"
     onMouseOut="changeSelect(2);">
    <LAYER onMouseOver="changeSelect(1);"
           onMouseOut="changeSelect(2);">
       
          <TEXTAREA NAME="comments"
      COLS="30" ROWS="4">XPTOOOOO - EU SOU SUPER L33T!</TEXTAREA>
       
    </LAYER>
</DIV>
</P>
Offline

fpware 
Fundador
Mensagens 15318 Gostos 7
Troféus totais: 38
Trófeus: (Ver todos)
Linux User Mobile User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5

é isso tudo MeNz!  :D
Offline

MiguelTavares 
Membro
Mensagens 3871 Gostos 0
Troféus totais: 33
Trófeus: (Ver todos)
Avatar Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4

E ainda digo mais...

Se não curtires o MouseOver...
Usa o botão...

Para tal:

Código: [Seleccione]
<input type="button" value="Selecciona o texto" onClick="javascript:this.form.text_area.focus();this.form.text_area.select();">
NOTA: tens de dar nome à TEXTAREA, neste exemplo o nome dado foi "text_area" (<textarea name="text_area">XPTOOOOO - EU SOU SUPER L33T!</textarea>)




Capixe ou é preciso um desenho? :D :D :D
Offline

MiguelTavares 
Membro
Mensagens 3871 Gostos 0
Troféus totais: 33
Trófeus: (Ver todos)
Avatar Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4

E para mais informações, ligue grátis o: 800 069 069  :mrgreen:  :mrgreen:  :mrgreen:  :mrgreen:
Offline

fpware 
Fundador
Mensagens 15318 Gostos 7
Troféus totais: 38
Trófeus: (Ver todos)
Linux User Mobile User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5

és o maior ;)
Offline

MiguelTavares 
Membro
Mensagens 3871 Gostos 0
Troféus totais: 33
Trófeus: (Ver todos)
Avatar Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4

Citação de: "fpware"
és o maior ;)
Não sou nada. :P *baba-se*
Offline

frsantos 
Membro
Mensagens 1458 Gostos 0
Troféus totais: 35
Trófeus: (Ver todos)
Linux User Mobile User Apple User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter

sim sr, e smp a aprender
mt obrigado  :wink:
Offline

MiguelTavares 
Membro
Mensagens 3871 Gostos 0
Troféus totais: 33
Trófeus: (Ver todos)
Avatar Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4

Sempre às ordens... Deixei o numero acima para que no caso de haver duvidas.
Offline

frsantos 
Membro
Mensagens 1458 Gostos 0
Troféus totais: 35
Trófeus: (Ver todos)
Linux User Mobile User Apple User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter

:? o joomla n ta a aceitar mt bem isto :?
Offline

fpware 
Fundador
Mensagens 15318 Gostos 7
Troféus totais: 38
Trófeus: (Ver todos)
Linux User Mobile User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5

podes babar-te à vontade! ;)
Offline

frsantos 
Membro
Mensagens 1458 Gostos 0
Troféus totais: 35
Trófeus: (Ver todos)
Linux User Mobile User Apple User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter

nem o botao nem o mouseover funciona :?

agora pus assim e o botao nao da
Código: [Seleccione]
<textarea name="text_area">XPTOOOOO - EU SOU SUPER L33T!</textarea>
<input type="button" value="Selecciona o texto" onClick="javascript:this.form.text_area.focus();this.form.text_area.select();">
Offline

MiguelTavares 
Membro
Mensagens 3871 Gostos 0
Troféus totais: 33
Trófeus: (Ver todos)
Avatar Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4

Será que tens o browser a bloquear os scripts? Vê lá isso!