Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Resize Calendar window

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Resize Calendar window
 Login/Join
 
Gold member
posted
Hello,

Can someone tell me if it is possible to adjust the size of Webfocus calendar pop-up as per the size of the HTML mask.

Thank you,
Prajakta

This message has been edited. Last edited by: FP Mod Chuck,


Webfocus 8.1.0.5
Windows, all output
 
Posts: 56 | Registered: February 16, 2011Report This Post
Virtuoso
posted Hide Post
Prajakta

I don't think this is possible but if this is still a question for you please open a case with techsupport.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005Report This Post
Guru
posted Hide Post
Prajakta, Have you tried resizing it using jQuery?

Fernando


Prod WF 8.1.04, QA WF 8.2.03, Dev WF 8.2.03
 
Posts: 278 | Registered: October 10, 2006Report This Post
Gold member
posted Hide Post
Hello Fernando,

I have never tried this before. If you have anything, kindly share.

Thank you,
Prajakta


Webfocus 8.1.0.5
Windows, all output
 
Posts: 56 | Registered: February 16, 2011Report This Post
Guru
posted Hide Post
Prajakta, This has been marked as closed. Did you still need help?

Fernando


Prod WF 8.1.04, QA WF 8.2.03, Dev WF 8.2.03
 
Posts: 278 | Registered: October 10, 2006Report This Post
Gold member
posted Hide Post
Fernando,

Yes In case if someone was able to change the size of calendar pop window would be helpful.

Prajakta


Webfocus 8.1.0.5
Windows, all output
 
Posts: 56 | Registered: February 16, 2011Report This Post
Guru
posted Hide Post
Prajakta,

In your html create the calendar and give it a class. I used the class
mycal


Then in the Embedded class add something like this:

.mycal {

 width:300px;

 background:red;

 }

 


Note: I used red to make the change more obvious. It is not needed.

Then in the Embedded Javascript tab use the following:

//Begin function window_onload

function window_onload() {

 

 

UpdateData();

 $('.mycal').css('width', 190);

 $('.mycal').css("background-color","blue")

 

// TODO: Add your event handler code here

//add onInitialUpdate() function to make changes before initial run of the reports

}

//End function window_onload


You will see the new size and background colour when you open the page.

Fernando


Prod WF 8.1.04, QA WF 8.2.03, Dev WF 8.2.03
 
Posts: 278 | Registered: October 10, 2006Report This Post
Gold member
posted Hide Post
Fernando,

I was able to change the size of the window with the below statement:

.dyncalendar {

width:200px;
height:200px;
}

However, we have 3 frames in the same window. I need to get this calendar pop up as a separate window.
Has anyone tried this?

Thank you,
Prajakta


Webfocus 8.1.0.5
Windows, all output
 
Posts: 56 | Registered: February 16, 2011Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Resize Calendar window

Copyright © 1996-2020 Information Builders