dojox/mobile/_ExecScriptMixin (version 1.10)

Summary

Mixin for providing script execution capability to content handlers.

This module defines the execScript method, which is called from an HTML content handler.

See the dojox/mobile/_ExecScriptMixin reference documentation for more information.

Method Summary

  • execScript(html) Finds script tags and executes the script.

Methods

execScript(html)

Finds script tags and executes the script.

Parameter Type Description
html String

The HTML input.

Returns:String | undefined

The given HTML text from which <script> blocks are removed.

Error in the documentation? Can’t find what you are looking for? Let us know!