[HowTo] Getting Started IWCGJQMobile Project

Steps for Getting Started IWCGJQMobile Project:
Best Regards.
- Create new “VCL for the Web Application Wizard”
- In IWMainForm create the follow page structure:
Where:- MyPage (TIWCGJQMRegion)
- Code: Select all
Align -> alClient
RegionType -> jqmrtPage
Name -> ”MyPage”
- MyHeader (TIWCGJQMPageHeader)
- Code: Select all
Align -> alTop (default)
Caption -> “Simple Header”
Name -> ”MyHeader”
- MyContent (TIWCGJQMRegion)
- Code: Select all
Align -> alClient
RegionType -> jqmrtContent
Name -> ”MyContent”
- MyFooter (TIWCGJQMPageFooter)
- Code: Select all
Align -> alBottom (default)
Caption -> “Simple Footer”
Name -> ”MyFooter”
- MyPage (TIWCGJQMRegion)
- Work area is “MyContent”, so you should drag'n'drop components inside.
- Synchronize "wwwroot folder"
- Code: Select all
CGDevTools -> Selected Project -> Synchronize "wwwroot folder"
- Done.
Best Regards.