Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Textarea - text cursor problem


  • From: flavio at economisa.com.br (Flávio Gomes)
  • Subject: [Javascript] Textarea - text cursor problem
  • Date: Fri Nov 24 11:56:22 2006

Error: this.notaContato has no properties

Diego Chagastelles escreveu:

> 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 
> <mailto: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 <mailto:Javascript@xxxxxxxxxx>
>     > https://lists.LaTech.edu/mailman/listinfo/javascript
>
>     _______________________________________________
>     Javascript mailing list
>     Javascript@xxxxxxxxxx <mailto:Javascript@xxxxxxxxxx>
>     https://lists.LaTech.edu/mailman/listinfo/javascript
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Javascript mailing list
>Javascript@xxxxxxxxxx
>https://lists.LaTech.edu/mailman/listinfo/javascript
>  
>

-- 
Flavio Gomes
flavio@xxxxxxxxxxxxxxxx