Login  |  Register  |  September 05, 2010
container sample 1

figura 1

container sample 2

figura 2

container sample 3

figura 3

Nemo.Container Overview
 
  • Nemo.Container is one of the more innovative module introduced in the product; It is a container for other user controls. It also takes care of the interaction among other modules in the page
  • It has been thought specifically for everyone who has even a minimal knowledge of ASP.NET development.
  • It allows to easily extend Freeway Nemo, through the development of ASP.NET User Controls.  This is handy and convenient because the development of User Controls is less difficult compared with the development of a normal DotNetNuke module
  • It allows to insert inside a DotNetNuke page any User Control and at the same time giving it AJAX feature

 

  • With a simple naming convention (e.g. using the prefix NEMO_PROPERTY_ to all the properties) it’s possible to define public properties and methods which allow to create the interface with others Nemo modules inside the page

;

  • The development of the User Control doesn’t require any dependence to specific library or any restriction to the development. Inside the User Control it is possible to use any ASP.NET Web control or ASP.NET Ajax, or any other proprietary Web control (see figure 2).
  • Any User Control placed inside a Nemo.Container can then be managed with a Nemo.Command (reload/show/show float); this can be accomplished by moving the code inside the event Page_load to the pseudo-event called NEMO_EVENT_Reload.

Print