Difference between revisions of "Template:Event"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
Line 20: Line 20:
  
  
</noinclude><includeonly>[[ {{#if:{{{inherits|}}} | {{{inherits}}}.{{{name}}} | {{PAGENAME}}.{{#if:{{{link|}}} | {{{link}}} | {{{name}}} }} }} | <span title="{{{description|}}}">{{{name}}}</span>]]</includeonly>
+
</noinclude><includeonly>[[ {{#if:{{{inherits|}}} | {{{inherits}}}.{{{name}}} | {{PAGENAME}}.{{#if:{{{link|}}} | {{{link}}} | {{{name}}} }} }} | <span title="{{{description|}}}">{{{name}}}</span>]] {{#ifeq:{{{newinversion|}}}|{{CurrentVersion}}|&nbsp;&nbsp;<span style="color:green; font-size:80%; border: 1px solid green;"><span class="noLR">NEW </span>{{{newinversion}}} }} {{#ifeq:{{{modifiedinversion|}}}|{{CurrentVersion}}|&nbsp;&nbsp;<span style="color:green; font-size:80%; border: 1px dashed green;">MODIF {{{modifiedinversion}}} }}</includeonly>

Revision as of 23:04, 27 April 2012

Displays an event in the Eventss table of Language Reference.

{{Event
| name = name of the event
| params = parameters
| returntype = type returned, if any
| platform = all/mac/win/linux
| description = short description of the property
| newinversion = version where this property first appeared (unused yet)
| modifiedinversion = version where this property was modified (unused yet)
| link=use this if the name of the event needs to be disambiguated (ie/WebControl.Cloe event and method
}}

Open

Open