Previous | Next
WireHose Developers Guide

Adding the component

  1. Add this entry to the layout dictionary in the pages section:
    pages = {
        SignupPage = {
            pageName = SignupPage;
        }; 
        WHMainPage = {
        ....
  2. Select the Web Components group in the Files pane.
  3. Choose New File... from the File menu. Scroll down to the WireHose Page template, and click Next.
  4. Name it SignupPage, add it to the Application Server target in the Hello World target, and click Finish.
  5. Choose New File... from the File menu. Scroll down to the WireHose Strings File template, and click Next.
  6. Name it SignupPage, add it to the Application Server target in the Hello World target, and click Finish.

Previous | Next