Features:
Easy to use: need not additional knowledge to use it. You can use it as easy as using HTML/TEXT module.
Supports AJAX and Post Back: most functions of injected modules based on AJAX and Post back are still available when injected.
Div layout: you can set the border style, border color, border color and background color of injected module. And you can set float style to make html/text around the injected module.
Search support: integrate dnn search.
Export/Import support: support IPortable interface so the content can be exported and imported.
Supports localization
No need to modify the Dotnetnuke core, no more configurations.
Use it
After you add an instance of the module, you can select “Edit“ from module menu to edit the content. You can edit HTML in the content section as normal HTML module.
If you want to add an existing module into HTML content, you should select the module from module selector in the top of the edit page.
After you select a module, you can click the Generate button to generate code.
Now copy the code and paste them into the content. Remember switch the HTML editor to Source mode before you paste generated code.
You can also set the styles of injected module in Div Layout. You can set the height, width, border style, border color and float location.
Generate and copy the code to content.
Now you can switch the HTML editor to edit mode.
Click upade after you finish. You can see the existing module injected and HTML is around it.
The AJAX functions of injected module are still available when inject. For example, you can in line edit a HTML/TEXT's content as below.