| Title | Under | Posted on |
|---|---|---|
| Peoplesoft technical | PeopleSoft Technical | 05/22/2013 - 2:37pm |
| Required Peoplesoft HRMS Functional Training | PeopleSoft Functional | 05/07/2013 - 10:29pm |
| Error while saving Voucher | PeopleSoft Functional | 05/02/2013 - 1:55am |
| santosh asking que | PeopleSoft Technical | 04/30/2013 - 10:22am |
Goto the field's definition (App design> open> Field). There is property Def . Whichever is selected that long name would appear as tool tip on the PIA.
Thats true, But it is constant. Let me explain my scenario, for example i have 10 numeric values each one has one description. when ever i move cursor on a particular value which supposed to show corresponding description.
try to have a html area and incorporate html script of alt. You need to do some manipulation and sync it. But it works. But for one object you have only one tool tip. Or you can have related display instead.
Karthik, unfortunately there isn't much flexibility when it comes to hover text in PeopleSoft. Aruna pretty much listed all what is possible!
I have a requirement of showing a tooltip of over 200 characters on a mouseover of a button, please suggest
Peoplesoft does not support Editbox mouseovers. However a sort of mouse over effect can be created by in Editbox using the help of PushButton object.
1) Select the Editbox for which you need mouseover
2) Take a screenshot using print screen and take out the field label. For example we are making AssessmentID label.
Save this as image object in peoplesoft.
3) Remove the label of the field from field properties.
4) Put a pushbutton where previous the field’s label use to come. Make pushbutton destination as Page Anchor (anything else will also do). Goto 2nd tab named label, Select pushbutton label type as image and select your image object(created in step2). Now the label text on left will act as a mouseover.
Now we have a pushbutton disguised as a field’s label and it has mouseover effect.
to change mouseovers for buttons on grid/acroll area goto its properties put text there(on left side of image)
-Amit Chandna
Thanks for sharing your experience Amit. I will have to try this some time. Just so you know. PeopleTools 8.5 will support mouseovers :)
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
I tried this in 8.30, its really nice if 8.5 will support mouseover feature.
This can be achived as follows:
1. Firstly add one more Label to the Field if your tool-tip is different for the default label
2. Open the Record Field Properties -> and select the new label that is just been added and which you want to display as tool tip.
3. Open the Page Field Properties (it could be pushbutton/ hyperlink/ checkbox / editbox) and provide the Label that you have want to display as actual Label (other than tool tip)
Thanks, enjoy!
Sumegh
Whe I display a page, is there anyway to overwrite the tool-tip which has defined in the field property.
recordname.fieldname.hovertext="text" in page activate will do.
Thankyou so much Reva!!
I definitely agree with the idea of Amit Chandna sounds helpful.
"Life is too short to run proprietary software."
Great!!! It worked.