5-options.js

Summary
5-options.js
Functions
onLoadThis function is called when the form is show.
nextProcess to the next step of the assistant

Functions

onLoad

function onLoad(win)

This function is called when the form is show.

Parameters

winThe form herself.

next

function next()

Process to the next step of the assistant

function onLoad(win)
This function is called when the form is show.
function next()
Process to the next step of the assistant
Close