Flash-text-bullet

From Frontal Wiki

Jump to: navigation, search

Contents

Purpose

This style is exclusive to the 'text' tag and makes a text block bulleted.


Value

The flash-text-bullet style accepts boolean values "true" or "false". The default value is "false".

flash-text-bullet: false;


Remarks

A bullet will be applied to each line of text in the text tag. Since the style condense-white removes line endings, it is in some ways incompatible with this style.

This styles takes advantage of a Flash feature. See the Flash reference for TextFormat.bullet for more details. Also see the "li" tag documented with TexField.htmlText for a way to apply bullets to only a selection of text.

Flash does not provide a way to style the bullet.


Example

<style><![CDATA[
	text
	{
		flash-text-bullet: true;
		border-width: 1px;
		font-family: Swift LT Std;
		font-size: 14px;
		width: 200px;
		margin: auto;
	}
]]></style> 
<include rel="assets" blocking="true" src="assets.swf" fontClasses="SwiftLTStd, SwiftLTStdBold, SwiftLTStdItalic" />
<text><![CDATA[Sed ut perspiciatis 
Unde omnis iste natus 
Error sit voluptatem 
Accusantium doloremque 
Laudantium, totam rem 
Aperiam, eaque ipsa 
Quae ab illo inventore
]]></text>

Can Be Applied To

This style can be applied to:

Personal tools
Get Adobe Flash player