functionOk
Lets you know whether you can use a function. Usually, you won't need to call this yourself, as the API functions all call it individually.
Takes one parameter, a case insensitive string representing the function name.
if (functionOk('AddPage')) {
...do some stuff with jpal.addPage
}
Comments (0)
You don't have permission to comment on this page.