manual/tips_and_tricks

Differences between version #14031 and #14032

50c50
<   * ''@:expose'' or ''@:expose("name")'' : this class will be available from the ''window'' object **new in nightly builds**
---
>   * ''@:expose'' or ''@:expose("name")'' : this class will be available from the ''window'' object **new in nightly builds** [[http://haxe.org/download#nightly-builds|]]
66c66,67
<   * ''@:getter(x) function returnGetX() return 5'' : will generate a native getter on the ''x'' property. Please note that the method ''returnGetX'' no longer exists, so do not call it directly. @:getter is mainly used to override superclass getters. To expose the x property to the rest of your haxe code, add "@:extern public var x(default,never) : Int;" 
---
>   * ''@:getter(x) function returnGetX() return 5'' : will generate a native getter on the ''x'' property. Please note that the method ''returnGetX'' no longer exists, so do not call it directly. This feature is mainly used to override superclass getters. 
> (To expose the x property to the rest of your haxe code, add @:extern public var x(default,never) : Int;  **new in nightly builds** [[http://haxe.org/download#nightly-builds|]] )

	
Ver Date Lg User Action
#18400 2013-05-05 02:02:59 en waneck View | Diff
#18003 2013-03-27 19:22:25 en TheHippo View | Diff
#18001 2013-03-27 07:00:24 en ezeql View | Diff
#18000 2013-03-27 06:59:40 en ezeql View | Diff
#17866 2013-03-05 17:53:17 en jan_flanders View | Diff
#17852 2013-03-03 01:06:11 en back2dos View | Diff
#15922 2013-02-09 17:00:33 en jan_flanders View | Diff
#15833 2012-12-29 12:19:05 en Simn View | Diff
#15805 2012-12-18 17:14:44 en jan_flanders View | Diff
#15784 2012-12-11 01:44:03 en jan_flanders View | Diff
#15760 2012-12-03 03:26:23 en jan_flanders View | Diff
#15759 2012-12-03 03:21:58 en jan_flanders View | Diff
#15746 2012-11-30 00:26:37 en jan_flanders View | Diff
#15706 2012-11-17 17:15:48 en jan_flanders View | Diff
#15670 2012-11-07 14:49:44 en jan_flanders View | Diff
#15655 2012-11-06 19:08:34 en jan_flanders View | Diff
#15606 2012-10-30 00:34:23 en ezeql View | Diff
#15605 2012-10-30 00:32:07 en ezeql View | Diff
#15604 2012-10-30 00:31:30 en ezeql View | Diff
#15603 2012-10-30 00:30:26 en ezeql View | Diff

Previous | Next