TWiki> WebXEO Web>XeoPrimerXeoXwc>XvwWindow (revision 7)EditAttach
Tags:
create new tag
, view all tags
-- JoaoQuintas - 16 Aug 2010

Window

A Window is a XVW component that's used to open a view in a separate window.

Screen_shot_2010-08-17_at_10.09.00_AM.png

XML Definition

A Window is declared as following:

<xvw:window title="WINDOW_TITLE" width="NUMBER_OF_PIXELS" height="NUMBER_OF_PIXELS"
   onclose="EXPRESSION_LANGUAGE" onbeforeclose="EXPRESSION_LANGUAGE" useExtJsRenderer="BOOLEAN">
   CONTENT
</xvw:window>

Component from which the Window Extends

Components that Extend Window

  • None

Window Properties

Property Description Requirement Default Value Type Example
title The display name of the Window optional   String  
width The width of the the window optional 500 Integer  
height The height of the the window optional 300 Integer  
onclose The action that is executed when the window closes optional   EL  
onbeforeclose The action that is executed before the window closes optional #{viewBean.canCloseTab} EL  
useExtJsRenderer Whether or not the ExtJS renderer should be used optional true Boolean  

Possible Child Components:

  • COMPLETE
Edit | Attach | Print version | History: r8 < r7 < r6 < r5 < r4 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r7 - 2011-04-04 - NicolauGrosskopf
 

No permission to view TWiki.WebTopBar

This site is powered by the TWiki collaboration platform Powered by Perl

No permission to view TWiki.WebBottomBar