From portal-commits at lists.jboss.org Sun Apr 29 09:54:49 2007 Content-Type: multipart/mixed; boundary="===============2203233069404993264==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r7132 - docs/trunk/referenceGuide/en/modules. Date: Sun, 29 Apr 2007 09:54:48 -0400 Message-ID: --===============2203233069404993264== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: julien(a)jboss.com Date: 2007-04-29 09:54:48 -0400 (Sun, 29 Apr 2007) New Revision: 7132 Modified: docs/trunk/referenceGuide/en/modules/portalapi.xml Log: more portal api doc Modified: docs/trunk/referenceGuide/en/modules/portalapi.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/trunk/referenceGuide/en/modules/portalapi.xml 2007-04-29 13:48:37 = UTC (rev 7131) +++ docs/trunk/referenceGuide/en/modules/portalapi.xml 2007-04-29 13:54:48 = UTC (rev 7132) @@ -226,8 +226,15 @@ Portal node events Portal node events extends the abstract portal event framew= ork in order to provide notifications - about user interface events happening at runtime. For instance wh= en the portal renders a page, a corresponding - event will be fired. + about user interface events happening at runtime. For instance wh= en the portal renders a page or a window, + a corresponding event will be fired. + Portal node event propagation model + + A portal node event is fired when an event of interest happens= to a portal node of the portal tree. The + notification model is comparable to the bubbling propagation model + defined by the DOM specification. When an event is fired, the = event is propagated in the hierarchy from the most + inner node where the event happens to the root node of the tre= e. + Portal user events --===============2203233069404993264==--