Skip to content

profelis/hml

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  •  
  •  
  •  
  •