Got it and purchased Module Anywhere today.
But I'm not yet full there:
My ARI Data Table module has the ID 302.
If I put
the module shows as expected.
Now I want to modify the csv offset.
The edit page html code looks like this:
Code: |
<input type="text" name="jform[extra_params][source_csv_offset]" id="jform_extra_params_source_csv_offset" value="30" class="input-mini" size="5" />
|
It does not contain a field [params] but only [extra_params]. Thus if I now put
Code: |
{module 302 source_csv_offset="30"}
|
The module does not show at all.
What can I do?