I want with this code to control with loading to textplugin data:
|
Quellcode
|
1
2
3
4
|
<action name="add_dynamic_datahtml">
set(data[data_%1].content, '<include url="%1.html" />');
set(plugin[text].html,data:data_%1);
</action>
|
and i have this...
I want it to load right file through steering with
parameters*:
|
Quellcode
|
1
|
add_dynamic_datahtml(info);
|
I need something like this:
|
Quellcode
|
1
|
<data name="data_info"><include url="info.html"></data>
|
best regards