<< Click to Display Table of Contents >> Navigation: Components > New component |
New component is added in a following order:
1. Browser requests new component form by calling /design:component/frame/id/new/template
2. Call is mapped to TWebUIComponent.New method which by default renders template from FrameTemplates using template name from request with :new postfix.
3. Browser shows new component dialog to user
4. Browser sends form data to /design:component/frame/id/new/template which is mapped to TWebUIComponent.Add method.
5. Browser reloads new component container.