Allow loading of files for: jquery, jqueryui, or framework
Usage
// basic usage
$bool = $formBuilderFramework->allowLoad($type);
// usage with all arguments
$bool = $formBuilderFramework->allowLoad($type, bool $alwaysAllowAB = true);
Arguments
Name | Type(s) | Description |
---|---|---|
type | ||
alwaysAllowAB (optional) | bool | Whether to always allowLoad for embed mode A and B (which use form-builder.php template file) |
Return value
bool
FormBuilderFramework methods and properties
API reference based on ProcessWire core version 3.0.236