Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Textarea - text cursor problem
- From: dchagastelles at gmail.com (Diego Chagastelles)
- Subject: [Javascript] Textarea - text cursor problem
- Date: Fri Nov 24 10:11:00 2006
here is the code
this.editNota = document.createElement("textarea");
this.editNota.className = "editNota";
this.editNota.innerHTML = this.notaContato.innerHTML;
dojo.dom.removeNode(this.notaContato);
this.infoContato.appendChild(this.editNota);
this.editNota.rows = "3";
this.editNota.cols = "19";
this.editNota.focus();
On 11/24/06, Frank Arensmeier <frank.arensmeier@xxxxxxxxxxxxxxxxx> wrote:
>
> Maybe, it would be a good idea to post some code snippets or a link
> to a page where list members would be able to see your code.
>
> /frank
> 23 nov 2006 kl. 19.35 skrev Diego Chagastelles:
>
> > I am experiencing a problem with the textarea element. Dinamically
> > I create a textarea and set its value, its just that the text
> > cursor does not blink, no matter what. Actually, Its blinks only
> > when I click in the first word of each line.
> >
> > Thanks, hope you can help me.
> > _______________________________________________
> > Javascript mailing list
> > Javascript@xxxxxxxxxx
> > https://lists.LaTech.edu/mailman/listinfo/javascript
>
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.LaTech.edu/pipermail/javascript/attachments/20061124/12b0b6e0/attachment.html
- Follow-Ups:
- [Javascript] Textarea - text cursor problem
- From: Flávio Gomes
- [Javascript] Textarea - text cursor problem
- References:
- [Javascript] Textarea - text cursor problem
- From: Diego Chagastelles
- [Javascript] Textarea - text cursor problem
- From: Frank Arensmeier
- [Javascript] Textarea - text cursor problem
- Prev by Date: [Javascript] Textarea - text cursor problem
- Next by Date: [Javascript] Textarea - text cursor problem
- Previous by thread: [Javascript] Textarea - text cursor problem
- Next by thread: [Javascript] Textarea - text cursor problem
- Index(es):