blob: 662aa36be9103e231cb6e8f5df54881f0e7b7774 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<TextFlow xmlns="library://ns.adobe.com/flex/spark" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx">
<fx:Script>
<![CDATA[
private var _label:String;
private var _note:String;
public function get label():String
{
return _label;
}
public function set label(value:String):void
{
_label = value;
}
public function get note():String
{
return _note;
}
public function set note(value:String):void
{
_note = value;
}
]]>
</fx:Script>
<p>The 'Hello' List</p>
<list listStyleType="lowerAlpha" paddingLeft="12" paddingRight="24">
<li><p><span> Chinese - In both Cantonese and Mandarin, it is written as 你好.</span></p>
<list listStyleType="cjkEarthlyBranch" paddingLeft="24">
<li>
<p><span> Cantonese is nei* ho or lei ho (pronounced ne ho or lay ho)</span></p>
</li>
<li>
<p><span> Mandarin is nǐ hǎo (pronounced, nee how) (remember the tones).In Mandarin, you can also say 早上好 (zǎo shàng hǎo) for &quot;Good Morning.&quot; *as in eee not a</span></p>
</li>
</list>
<list listStyleType="cjkEarthlyBranch" paddingLeft="24"></list>
</li>
<li><p><span>Italian - ciào (pronounced chow; informal; also means &quot;goodbye&quot;)</span></p></li>
</list>
</TextFlow>