Versions Compared

Key

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

  

Table of Contents

...

Actions: This property allows the user to call any JavaScript action. See below for a few examples. 

  • Example: alert('hello world') 
  • Description: an alert is a standard javascript function that in this case will bring up an alert saying 'hello world' when clicked on. 


  • Example: window.open("https://www.youraddress.com","_self")
  • Description: calls open a window with any address you'd like. You can use a FIN Stack URL address to open any exact fin stack page. 


  • Example: finstack.eval('axonFunction(param1,param2)')   
  • Description: in this case, you can call ANY fin stack form/function to come up. replace red text with function name: axonFunction and the parameters based on what the function requires.

...

Badge Class: Allows you to select a css 'class' for your badge. Each class has its own color based on the selected theme. Class Colors can be reviewed here.

       

        TIP:  (We recommend adding 7-8 apostrophes to the display name to help accommodate the Badge and avoid any overlap)

...