- The attributes to copy separated by an empty space. For example:
+ The attributes to copy separated by an empty space. For example:
autofocus disabled form formaction formenctype formmethod formnovalidate formtarget name type value.
- Processes a given URL for use in the src attribute of an
- audio, img or video element. The function
+ Processes a given URL for use in the src attribute of an
+ audio, img or video element. The function
distigushes between this cases:
/)dispatcher-prefix and the parameters, if any, are appended.
gen-path
- function. The parameters, if any
+ function. The parameters, if any
are appended.
- If parameters are passed to this function they are appended to the URL. The
+ If parameters are passed to this function they are appended to the URL. The
parameters are passed as string formatted as URL parameters, for example
foo=hello&bar=world. A leading ? or &
is removed before adding the string the URL. If the URL already contains parameters
(if the URL contains a ?) the paramters string is added with a leading
- ampersand (&). If not the parameters are appended using a
+ ampersand (&). If not the parameters are appended using a
? character.
@@ -467,9 +515,9 @@
- Additional attributes to copy from the layout tree. data attributes
+ Additional attributes to copy from the layout tree. data attributes
(e.g.data-toggle) are
- copied automatically. Also id and class are already
+ copied automatically. Also id and class are already
processed by this template.