Iron Speed Designer Help
 

Options

Description

Master Page,

Title

Configures master pages, page title and menu for this page. Each page has three master pages associated with it: default, modal pop-up, which is used when page opened in a modal pop-up frame, and new window pop-up, which is used when page is opened in a new window. See Part I: Getting Started > Customizing Web Page Behavior > Using Modal Pop-up pages for details.

Page directives

ASP.NET directives to include in the generated page’s prologue or epilogue areas.

Page security

Any security roles configured for an page.  Individual roles are separated by a semi-colon (‘;’). When you open security dialog it shows only already configured roles. So see all roles uncheck ‘Show only roles in use’ checkbox and click on magnifying glass button.

When configured roles match roles of the logged in user, the page is shown, if they do not match, user is redirected to special Forbidden page. If user is not logged in he(she) is redirected to Sign-In page.

Page type

Indicates the type of page to create.

Options

Description

Page (ASPX)

A page (ASPX file) is created.

Button ASCX control

A header panel (ASCX file) is created.

Custom ASCX control

A user-defined control is created.

Footer ASCX control

A footer panel (ASCX file) is created.

Header ASCX control

A header panel (ASCX file) is created.

Menu ASCX control

A menu panel (ASCX file) is created.

Pagination ASCX control

A pagination panel (ASCX file) is created.

Date Pagination ASCX control

A date pagination panel (ASCX file) is created.

 

 

Pop-up CSS class

To change appearance of the modal pop-up for this page change width, height or other attributes in the CSS class specified. You can create new CSS class for this page only.

Smooth panel update

Specifies whether to generate Ajax-based panel update code for table and record controls.

UpdatePanel custom properties

Additional user-defined properties passed through to the generated ASP.NET controls.

 

Configuring Master Pages

Applications built with Iron Speed Designer use one or more .NET master pages.  Master pages provide a way to provide general page layout on an application-wide basis.  Master pages typically contain elements across many or all pages, such as the page header, the application menus, and the page footer.

Not all pages in your application use the same master page.  For example, the majority of application pages may use HorizontalMenu.master or VerticalMenu.master, but the printable pages may use Print.master because they do not include the navigation menus.

Changing a page’s master page

You can change a page’s master page assignment and use any master page of your choosing, including master pages that were not built with Iron Speed Designer.  This is useful if your organization has a corporate standard master page they wish to enforce across all applications.

Step 1: In the Application Explorer, select the page where you want to change the master page assignment.

Step 2:  Select any cell in the page.

Step 3:  Select the Master page in the Page section of the Property Sheet.

Step 4:  Select a different master page via the dialog.

 

 

Default master page

A master page to be used when the page is opened directly on a browser, redirected through menu click, or opened by a redirect Button with Button Action to be “Redirect to a specific URL.”

Modal Pop-up Master Page

A master page to be used when the page is opened by a redirect Button with Button Action, “Navigate a specific URL within a modal pop-up.”

New Window-Pop-up master page

A master page to be used when the page is opened by a redirect Button with Button Action, “Navigate a specific URL within a new window.”

Step 5:  Build and run your application.  Your page will now use the newly selected master page.