Skip to content

Commit

Permalink
Give info about $options for the js queueing
Browse files Browse the repository at this point in the history
  • Loading branch information
zerocrates committed Oct 27, 2015
1 parent 258d4d4 commit 91ae6f1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/Reference/libraries/globals/usage/queue_js_file.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The ``$options`` array is passed as the ``$attrs`` parameter to the
Zend Framework `headScript <http://framework.zend.com/manual/1.12/en/zend.view.helpers.html#zend.view.helpers.initial.headscript>`_
helper. This can be used to set some attributes on the ``<script>`` tag as
well as to enable some specific functionality of the ZF helper like IE
conditional comments.
5 changes: 5 additions & 0 deletions source/Reference/libraries/globals/usage/queue_js_string.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The ``$options`` array is passed as the ``$attrs`` parameter to the
Zend Framework `headScript <http://framework.zend.com/manual/1.12/en/zend.view.helpers.html#zend.view.helpers.initial.headscript>`_
helper. This can be used to set some attributes on the ``<script>`` tag as
well as to enable some specific functionality of the ZF helper like IE
conditional comments.
5 changes: 5 additions & 0 deletions source/Reference/libraries/globals/usage/queue_js_url.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The ``$options`` array is passed as the ``$attrs`` parameter to the
Zend Framework `headScript <http://framework.zend.com/manual/1.12/en/zend.view.helpers.html#zend.view.helpers.initial.headscript>`_
helper. This can be used to set some attributes on the ``<script>`` tag as
well as to enable some specific functionality of the ZF helper like IE
conditional comments.

0 comments on commit 91ae6f1

Please sign in to comment.