Title | Under | Posted on |
---|---|---|
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
Search Results | PeopleSoft Technical | 11/15/2017 - 10:24am |
PS Query - Need Dependency and Prunable examples | PeopleSoft Technical | 10/19/2017 - 11:28am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
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!!
Great!!! It worked.
Thanks Amit, it is very helpfull for me..
hi I am having one grid on peoplesoft page .On that grid first row is check box & same is disable. I want to show mouse
over for the disable checkbox. Please help.
1. By default, the long-text of the default label gets picked up as the tooltip text
2. Recordname.Fieldname.hovertext="text" in page activate will do (As mentioned by Reva)
3. If the chosen object label and the hovertext is the same, the hovertext becomes blank. (One workaround in such a case is to append a space at the end of the hovertext in step 2 {e.g. Recordname.Fieldname.hovertext="text" | " "}
4. The tooltip text is what gets read out when using a screen reader like JAWS
Post new comment