Another possibility to reproduce the case 00903245 using the code of the case 00905214 just to make sure that we no longer change window state via an Ajax.

Slides:



Advertisements
Similar presentations
Excel Vocabulary.
Advertisements

Intro to Computers!.
What Is Open Office? Open Office is an open source (free) suite of editing programs such as a word processor, spreadsheet manager, powerpoint creator,
As you play this presentation, fill in the Word Window Worksheet. On the following slide, click on each labeled part of the window to identify the part.
SAMPLE FILL Sample Fill.
FIRST COURSE Getting Started with Microsoft Office 2007.
ImageNow Version 5.42 vs Imaging: Scanning 5.42 and 6.3 Presenters: Andy Lipp Date : February 2, 2009.
1 Imaging: Scanning 5.42 and Presenters: Andy Lipp Date : February 2, 2009.
Exploring Microsoft Office Microsoft Word 2000 Chapter 1 1 Exploring Microsoft Word 2000 Chapter 1 What will Word Processing Do For Me? By Robert.
FIRST COURSE Getting Started with Microsoft Office 2007.
MICROSOFT – WORD. WORD... text entry f formatting spell check bulleting numbering t tables and much more.
PowerPoint Lesson 2 Notes Working With Slides. Creating a New Presentation From a Theme 1.When preparing for a presentation, the best place to start is.
Mrs. C’s Class.  the only real work is coming up with the content as Word will automatically print each page in the correct order on the correct placement.
Getting Started with Expression Web 3
Entire contents of this document copyright Serendipity Consulting Pty Ltd A.C.N and Systems Unlimited 1 Installation 2. Create Shortcut Icon.
HOW TO BUILD YOUR CULINARY ARTS PORTFOLIO. Adding a New Slide/ Duplicating a Slide Go to the slide menu on the left side of the screen Right click to.
Introduction to MS WORD.
Exploring Microsoft Office XP - Microsoft Word Chapter 11 Exploring Microsoft Word What Will Word Processing Do For Me?
In this activity, we are going to resize and move a window around the desktop with a mouse. 1Double-click the icon ‘My Computer’ to display its content.
Java Portals and Portlets Submitted By: Rashi Chopra CIS 764 Fall 2007 Rashi Chopra.
FIRST COURSE Getting Started with Microsoft Office 2007 COM111 Introduction to Computer Applications.
Vocabulary #4 Beth Felton McKelvey. highlight to drag the mouse over words so that the words are in a box.
Quick Access Toolbar Provides easy access to frequently used commands. Commands are always available, regardless of task being performed. Contains Save,
Surrey Libraries Computer Learning Centres Totally New to Computers Computer Basics January 2012 Teaching Script.
Word 2003 The Word Screen. Word 2003 Screen File Menu –Holds the options for creating a new document, opening a document, saving a document, printing.
Chapter 2 Exploring QuickBooks Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written.
PYP002 Intro.to Computer Science Microsoft Word1 Lab 04 - a Microsoft Windows Applications Common Features.
1 After completing this lesson, you will be able to: Open and preview a FrontPage-based Web site. Open and preview an individual Web page. Look at a Web.
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
Vocabulary #3 Beth Felton McKelvey. Programs (also called Apps) Internet Explorer Chrome Word PowerPoint.
William H. Bowers – Window Behaviors Cooper 25.
Using This PowerPoint This PowerPoint presentation assumes you already have both the Java JDK and JCreator installed and all that you need is the proper.
Vocabulary #4 Beth Felton McKelvey. Program A list of instructions that tell a computer what to do. Everything a computer does is done by using a _______.
XP New Perspectives on Microsoft Windows XP Tutorial 1 1 Microsoft Windows XP Creating a Web Site Tutorial 1.
Word & Windows Terminology Review. 1. Provides one-click access to common commands you use frequently. In the Business Lab some of the commands you will.
COMPREHENSIVE Getting Started with Microsoft Office 2007.
Getting Started with Microsoft Office 2007
ZIMBRA DESKTOP USER MANUAL
Chapter 2 Exploring QuickBooks.
WikID installation/training
MS Excel Window.
Introduction Working with Panels.
3.14 Microscan QX-870 Scanner Configuration
Contract Compliance: Search
Chapter 1: An Introduction to Visual Basic 2015
System Unit Monitor Computer System Keyboard Mouse Printer.
Getting Started with Microsoft Office 2010
OneNote Class Notebook, Learning Tools Add-ins May 2016
2018 CONFERECE WEB APP
REVIEW FOR WINDOWS APPLICATIONS TEST ON FRIDAY- SEPT. 7, 2012
Microsoft Word Documents
Left Click to view the next slide.
The 2013 Word Window As you play this presentation, fill in the 2013 Word Window Worksheet. On the following slide, click on each labeled part of the.
Horizontal Centering Using the menu bar
European Computer Driving Licence
The 2013 Word Window As you play this presentation, fill in the 2013 Word Window Worksheet. On the following slide, watch as the curser turns to a hand.
Windows Forms Introduction
The 2013 Word Window As you play this presentation, fill in the 2013 Word Window Worksheet. On the following slide, click on each labeled part of the.
Click to edit title TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing.
EVENT TITLE Time, Date Location
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
EVENT TITLE Time, Date Location
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
Click to edit title TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing.
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
Click to edit title TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing.
Windows Vocabulary Beth Felton McKelvey.
Configure EPSP Agreement Portlet
Presentation transcript:

Another possibility to reproduce the case using the code of the case just to make sure that we no longer change window state via an Ajax call: - Install the portlets for the case Import the portal_classic_ _ zip provided to setup pages and layout - You then get the screen below:

Move to the SiteMap page (using the standard menu)

Move to the Accueil (Home) page (using the standard menu)

Maximize the portlet A (using the maximize icon of the Portlet Window)

Maximize the portlet B (using the Trigger maximize event portlet)

Results: 1- Portlet B is not maximized 2- Portlet A is in normal mode but is rendered as being maximized (no other portlet is visible on the page body)

Minimize the Portlet A (using the minimized icon of the Portlet Window) Result: porlet B is finally maximized

Restore Portlet B (using the restore icon of the Portlet Window) Result: porlet B is in normal state and other portlets are as expected

This was another possibility to reproduce the case without using the Ajax call that we implemented.