Versions Compared

Key

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

...

Code Block
languagegroovy
def results = api.configurator("Configuration", "name_of_configurator_logic") //for pop-up configurator
def results = api.inlineConfigurator("Configuration", "name_of_configurator_logic", 600, 600) //for in-line configurator, setting the width to 600 and height to 600 pixels

Retrieving User Input in the Quote Logic

...