[ascoders] Re: TextFormat.tabStops
- From: "bokel" <actionscript@xxxxxxxxxxxx>
- To: <ascoders@xxxxxxxxxxxxx>
- Date: Thu, 12 Dec 2002 11:32:17 +0100
Hier ist noch ein Artikel zu finden,
der die Benutzung der tabs in dynamischen
html-textfeldern demonstriert
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=a4381t%24bi
o%241%40forums.macromedia.com
btw. für die gruppe kann es nicht anspruchslos genug sein :)
mfg r.
----- Original Message -----
From: "Michael Kneib" <listen@xxxxxxxxx>
> Hallo Ihr,
>
> Die AS-Referenz zum Thema TextFormat.tabStops ist nicht grad ausführlich,
> wenn nicht gar als unverständlich zu bezeichnen.
> Weil mich das grad geärgert hat, gibts hier ein anwendungsbeispiel:
>
>
> mf = new TextFormat ();
> mf.tabStops = [100, 250]; // pixel für die tabs von l. n. r.
> this.createTextField ("test", 1, 50, 50, 400, 200);
> test.multiline = true;
> test.text = "ich bin ein \ttabulator und ich \tauch\nnoch ein \ttabulator
> und \tnochmal";
> test.setTextFormat (mf);
>
>
> ich hoffe dieser beitrag war nicht zu anspruchlslos für die gruppe :)
------------------------------------------------------
Archiv : http://www.freelists.org/archives/ascoders/
Optionen : http://www.freelists.org/list/ascoders
------------------------------------------------------
- Follow-Ups:
- [ascoders] Re: TextFormat.tabStops
- From: Michael Kneib
- References:
- [ascoders] TextFormat.tabStops
- From: Michael Kneib
Other related posts:
- » [ascoders] TextFormat.tabStops
- » [ascoders] Re: TextFormat.tabStops
- » [ascoders] Re: TextFormat.tabStops
- » [ascoders] Re: TextFormat.tabStops
- » [ascoders] Re: TextFormat.tabStops
- » [ascoders] Re: TextFormat.tabStops
- » [ascoders] Re: TextFormat.tabStops
- [ascoders] Re: TextFormat.tabStops
- From: Michael Kneib
- [ascoders] TextFormat.tabStops
- From: Michael Kneib