cancel
Showing results for 
Search instead for 
Did you mean: 

open catalog in full size screen

yann_bouillut
Active Contributor
0 Kudos

Hi,

Does anybody know how to automatically open the catalog in full size screen ?

Up to now, the catalog screen is opened as a pop-up that is not in full size screen.

User has to manually open this windows in full size screen?

We would like to automate this feature.

Kind regards,

Yann

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I have not tested but please try this.

BBPGLOBAL, WPINTEGRATION.JS

function launchCatalog(FCode,FormName,SrcFrame,FTarget,catName,catParameter) {

// Workaround for IE opening two windows in some cases

if (isIE) {

var url = curWgateURL + "/?OkCode=" + FCode + "&target=_top&" + catParameter + "=" + catName;

searchForDesktop(this).launchExtWindow(url,catNameDummy,"resizable=yes,scrollbars=yes,toolbar=yes",true);

"resizable=yes,scrollbars=yes,toolbar=yes"

->

"fullscreen=yes,resizable=yes,scrollbars=yes,toolbar=yes"

Regards,

Masa

yann_bouillut
Active Contributor
0 Kudos

Hi Masa,

I have done your modification and published template again but it doesn't work.

Kind regards,

Yann

yann_bouillut
Active Contributor
0 Kudos

It seems that wpintegration.js is not the correct template as even if i change from toolbar=yes to toolbar=no, and publish the template again, there is no change when i launch the catalog : the toolbar is still displayed.

Kind regards,

Yann

Edited by: Yann Bouillut on Apr 9, 2008 10:08 AM

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Yann,

It looks wpintegration.js is old implementation.

It looks controlled somewhere after this code.

LBBP_SC_UI_ITSF06

  • set the catalog field for the template to call the catalog

WHEN gc_event_ui_itmsel_catopen.

field-set 'GV_SCR_SELECTED_CAT_OPEN' 1 gv_scr_selected_cat.

I could not find the right place.

Regards,

Masa

yann_bouillut
Active Contributor
0 Kudos

Hi Masa,

Ok you confirmed what i have tested.

I will now begin to search for the correct code location and will update the thread asap.

Kind regards,

Yann

Answers (0)