Home > Backend Development > PHP Tutorial > How to use the ZendViewHelperHeadscript component

How to use the ZendViewHelperHeadscript component

WBOY
Release: 2016-08-08 09:25:33
Original
1107 people have browsed it

HeadScript component is used to introduce js files or js code at the beginning of the web page. The methods used to introduce and set up js code are:

appendFile($src, $type = ’text/javascript’, $attrs = array())
offsetSetFile($index, $src, $type = ’text/javascript’, $attrs = array())
prependFile($src, $type = ’text/javascript’, $attrs = array())
setFile($src, $type = ’text/javascript’, $attrs = array())
appendScript($script, $type = ’text/javascript’, $attrs = array())
offsetSetScript($index, $script, $type = ’text/javascript’, $attrs =array())
prependScript($script, $type = ’text/javascript’, $attrs = array())
setScript($script, $type = ’text/javascript’, $attrs = array())
Copy after login

The above introduces how to use the ZendViewHelperHeadscript component, including various aspects. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template