-
Notifications
You must be signed in to change notification settings - Fork 34
classes_lib_google_googlecontrol.class
Daniel Spors edited this page Nov 11, 2020
·
3 revisions
Base class for all google controls. Ensures all libraries are loaded correctly and stuff.
Namespace: ScavixWDF\Google
Extends: Control » Renderable
Subclasses: gMap, GoogleVisualization
INTERNAL PreRender HOOK handler
OVERRIDE Control::PreRender
Assigns a culture to this control. This will be used for value formatting.
Definition: public function setCulture(CultureInfo $ci)
Returns: GoogleControl $this
Parameters:
-
CultureInfo $ci
The culture object
This is WDF constructor equivalent
Definition: public function __initialize($tag, $frozen=true, $gchartsversion)
Returns: NOT DOCUMENTED
Parameters:
-
string $tag
Allows to specify another tag for the wrapper control, default for google controls is <span> -
$frozen [default: true]
NOT DOCUMENTED -
$gchartsversion
NOT DOCUMENTED