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.

...

         Link Type: Allows the user to select between an Action, Hash, URL, or Graphic. Each type is described in more detail here.

Edit Button

To edit an existing button go to the Header menu

...