Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

profelis/hml

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hml

===

Build Status

===

Magic namespace xmlns:haxe="http://haxe.org/"

Root node children

Tag Description Example
<Implements> List of interfaces <haxe:Implements><![CDATA[foo.IBar]]></haxe:Implements>
<Declarations> or <Public> List of public declarations <haxe:Declarations><ui:String id="string2">"ab"</ui:String></haxe:Declarations>
<Private> List of private declarations <haxe:Private><ui:String id="privateString">'text in private string'</ui:String></haxe:Private>
<Script> Haxe script block <haxe:Script><![CDATA[import flash.display.Sprite;]]></haxe:Script>

All tags

Tag Description Example
<Meta> Metadata <haxe:Meta><![CDATA[@FooMeta]]></haxe:Meta>
<Generic> Type Parameters <haxe:Generic><![CDATA[foo.IBar]]></haxe:Generic>

Extra attributes

Attribute Description Example
if Conditional Compilation <Button text="show debug" haxe:if="debug" />

Chaining

<Text format.size="20" />

Binding (use bindx2)

<Text text="@b model.name" />

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.