[ascoders] Re: TextFormat.tabStops
- From: "Michael Kneib" <listen@xxxxxxxxx>
- To: <ascoders@xxxxxxxxxxxxx>
- Date: Thu, 12 Dec 2002 12:24:39 +0100
ja interessant, da kann man noch ein bisschen experimentieren um zu sehen
welche html-tags flash sich selber erzeugt:
dieses Script:
mf = new TextFormat ();
mf.tabStops = [100, 250];
this.createTextField ("test", 1, 50, 50, 400, 200);
test.multiline = true;
test.html = true;
test.htmlText = "ein \ttabulator und\tich auch\nnoch ein \ttabulator und
\tnochmal";
test.setTextFormat (mf);
trace (test.htmlText);
gibts mir diesen htmlText im ausgabefenster aus:
<TEXTFORMAT TABSTOPS="100,250"><P ALIGN="LEFT"><FONT FACE="Times New Roman"
SIZE="12" COLOR="#000000">ein tabulator und ich
auch</FONT></P></TEXTFORMAT><TEXTFORMAT TABSTOPS="100,250"><P
ALIGN="LEFT"><FONT FACE="Times New Roman" SIZE="12" COLOR="#000000">noch ein
tabulator und nochmal</FONT></P></TEXTFORMAT>
mir war noch garnicht so klar, das undefinierte eigenschaften trotzdem als
tags gesetzt werden.
gruss
michael
----- Original Message -----
From: "bokel" <actionscript@xxxxxxxxxxxx>
To: <ascoders@xxxxxxxxxxxxx>
Sent: Thursday, December 12, 2002 11:32 AM
Subject: [ascoders] Re: TextFormat.tabStops
> 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
>
------------------------------------------------------
Archiv : http://www.freelists.org/archives/ascoders/
Optionen : http://www.freelists.org/list/ascoders
------------------------------------------------------
- Follow-Ups:
- [ascoders] Re: TextFormat.tabStops
- From: Manuel Dahm
- References:
- [ascoders] TextFormat.tabStops
- From: Michael Kneib
- [ascoders] Re: TextFormat.tabStops
- From: bokel
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: Manuel Dahm
- [ascoders] TextFormat.tabStops
- From: Michael Kneib
- [ascoders] Re: TextFormat.tabStops
- From: bokel