Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 4.1

    Include more useful links in your ASDoc documentation

    The @see property within ASDoc allows you to reference external resources via a standard URI within your documention. However, it also allows you to reference resources within your project (i.e. other functions, variables, classes, events, etc.), as long as they have been documented with ASDoc.

  2. Avg. Rating 4.0

    Expose your custom events to your components in MXML via the ...

    Use the [Event] metadata tag to identify the custom event to the MXML compiler. This will allow listeners for this event to be registered from directly within your MXML components.

  3. Avg. Rating 3.3

    Using BindingUtils to Bind ActionScript Object Properties to ...

    To achieve simple data-binding in an application, it is often enough to mark the target variables as "bindable". However, if these variables are member variables of a class that you've instantiated, we must do more than simply mark them as "bindable". We must use the bindProper ...

  • Results 1-3 of 3