i’m starting with magento, and i’m creating a new module that uses widgets.
i have two question about displaying Widgets in frontend and backend.
In frontend from this for example:
{{widget type="cms/widget_page_link" template="cms/widget/link/link_block.phtml" page_id="1"}}
to a <a href=""><a> code.
And in the backend, like under “/cms_page/edit/” in the WYSIWYG mode, a small image allowing the edit by double click on it.
I hope that i’ve explained well the question.
thank you
i found the solution for the first step :