| Description: |
Yii Extension of introJS.
A public property targetElm is added
/**
* @var string JavaScript object of DOM element or
* a selector of the element that will be overlayed with the layer.
* When is null the default is document.body.
* When a JavaScript object is used, the value is for example 'document.body'.
* When a selector is used, the value must contain quotes for example "'body'".
*/
public $targetElm = null; |