September 2017
Intermediate to advanced
408 pages
9h 25m
English
The g:macro_invoke tag can be used to call a UI macro. The name of the macro needs to be specified in the macro attribute. Alternatively, a macro can be included by calling g:name_of_a_macro, as illustrated in the following examples. It can accept the following attributes:
We can pass other attributes to this tag. All the attributes that we pass here will be available in the scope of the UI macro that is being invoked.
Example 1--using g:macro_invoke with the macro attribute:
<g:macro_invoke macro="sample_macro" message="This is a sample macro ...
Read now
Unlock full access