GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Reaction::UI::View(3) User Contributed Perl Documentation Reaction::UI::View(3)

Reaction::UI::View - Render the UI.

  package MyApp::View::TT;
  use base 'Reaction::UI::View::TT';

  __PACKAGE__->config(
    skin_name => 'MyApp',
  );

  ## In the Window class:
  $res->body($self->view->render_window($self));

Render the viewports in the current window using the chosen skin and layoutset, via the matching widgets.

See also:

Reaction::UI::Controller::Root =item Reaction::UI::ViewPort =item Reaction::UI::Window =item Reaction::UI::LayoutSet =item Reaction::UI::Widget

Arguments: $app?

The application Catalyst class. This is set at "COMPONENT" in Catalyst time for you.

Arguments: $skinname?

The name of the skin to use to render the pages. This should be the name of a subdirectory under the share/skin in your application directory. The default skin name is "default", the default skin is provided with Reaction.

See also: Reaction::UI::Skin

Arguments: $skin?

A Reaction::UI::Skin object based on the "skin_name". It will be created for you if not provided.

The class of the Reaction::UI::LayoutSet used to layout the view. Defaults to searching down the precedence tree of the View class looking for a class of the same name with "View" replaced with "LayoutSet".

The class of the Reaction::UI::RenderingContext used to layout the view. Defaults to searching down the precedence tree of the View class looking for a class of the same name with "View" replaced with "RenderingContext".

See Reaction::Class for authors.

See Reaction::Class for the license.
2010-10-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.