Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Here is an example of an icon with a point.  Line 1 we query the Ractive component.  We put a tag on the Ractive model called stackRactive, but the tag can be named anything as long as it matches the query on line 1.  Line 3 of the code shown below is a finstack.eval which calls 4 points.   This query can be changed to output a different result.  On line 8 we call points.push.  In this is where the main Icon and Icon color can be defined.  Also the smaller icon and label at the bottom (btIcon and btIconText) can also be defined here as well.

...

For a full list of icons to choose from for mainIcon and btIcon click here: http://assets.j2inn.com/icons/ open Graphics Builder and in the right menu select File Assets → List of Icons. (basically its going to ip:port/pod/finStackMobileExt/icons.html).

To add a tag on your Ractive component, click on the tag icon and type the tag name.

...