cancel
Showing results for 
Search instead for 
Did you mean: 

Customize OVS Pop Up

Former Member
0 Kudos

HI,

Is it possible to customize the OVS Pop Up. If yes please guide as to how this can be achieved.

TIA

Himanshu

Edited by: himanshu kandpal on Aug 4, 2008 12:39 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

to see a window title and fields labels and column headers in the popup when you click the icon .For this refer the following link.

Former Member
0 Kudos

Hi Manivannan and Bhargav,

I went thru the links but didnt find much material that was relevant ot me.

Perhaps I didnt put across the question cleraly so ill rephrase it to

"How do I change the look and feel of the OVS pop up?"

Pls help

Edited by: himanshu kandpal on Aug 5, 2008 8:43 AM

Former Member
0 Kudos

Look and feel means what do you want to change exactly?

Former Member
0 Kudos

Hi,

I want to change the positioning ,size, spacing and padding of the input boxes that appear on the pop-up

Pls help

Former Member
0 Kudos

Hi Himanshu,

did you find the answer for your question? I'm trying to do the same thing.

Please inform me if you have an answer.

Regards,

Edwin

Former Member
0 Kudos

Hi Himanshu and Other Folks,

You wont be able to customize the OVS pop-up in versions lower than CE 7.11 EHP except for the Table Column header and Labels and Title. But, it will be possible to do the same in EHP1 as it supports IWDOVSProvider API which helps you to configure this dynamically generated and destroyed Popup Window through methods and actions in implemented Interfaces.

Regards,

Tushar Sinha

Former Member
0 Kudos

I tried it by self and was stuck in setting other UI Properties for elements other then field label and column header.

You can use following code for the possible customization

IWDAttributeInfo ovsStartUpAttribute = wdContext.nodeVn_OVSApp().getNodeInfo().getAttribute(

IPublicOVS_CustController.IVn_OVSAppElement.VA__SEARCH_CRITERION_FOR_USER);

ovsStartUpAttribute.getModifiableSimpleType().setFieldLabel("User Name");

IWDAttributeInfo col_UserId = wdContext.nodeVn_User_Temp().getNodeInfo().getAttribute(

IPublicOVS_CustController.IVn_User_TempElement.VA__USER_ID);

col_UserId.getModifiableSimpleType().setColumnLabel("User ID");

Regards,

Tushar Sinha

Former Member
0 Kudos

Hi Tushar,

Is this available for NW 7.01?

Regards,

Daniel

Former Member
0 Kudos

No Daniel, its not present in NWDS 7.0 nor in NWDS 7.1. Only using EHP1 is the solution to the problem.

Regards,

Tushar Sinha

Former Member
0 Kudos

Hi,

Refer to this:

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2170] [original link is broken] [original link is broken] [original link is broken];

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7260] [original link is broken] [original link is broken] [original link is broken];

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0ab331b-97c6-2a10-f982-c9f972c34e51]

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e65eb890-0201-0010-c1ae-97075ff7cd7b]

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cf40cf90-0201-0010-4a85-e5a207b900d8]

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/58a7e390-0201-0010-abb1-8eec7eb7a2ec]

I Hope This Might be Helpful to you.

Regards,

Sharma.

Former Member
0 Kudos

Hi,

Refer the following blogs

Regards,

P.Manivannan.