Handlebars | Usage | Handlebar Tag Attributes |
---|
button2 | Maps the button on the PS page | wrapper-class, parent, uid, psid, sm-pesudo-child-ref, width, submit-on-enter, notLevel0, class,sm-is-save-btn |
buttonAsLink2 | Maps a button and displays the button as link on the page | wrapper-class, parent, uid, psid, sm-pesudo-child-ref, notLevel0, class |
buttonWithIcon2 | Maps a button and displays a button as any custom icon | wrapper-class, parent, uid, psid, sm-pesudo-child-ref, width, submit-on-enter, notLevel0, class, sm-is-save-btn, icon |
buttonWithPSImage2 | Maps a button and display a button with same image present on the page | wrapper-class, parent, uid, psid, notLevel0 |
checkbox2 | Maps a checkbox and used when we don’t want to display its label | wrapper-class, parent, uid, psid, notLevel0, onValue, offValue, eventExists |
checkboxWithLabel2 | Maps a checkbox and used when we want to display with label | wrapper-class, parent, uid, psid,notLevel0, onValue, offValue, eventExists, labelClass |
date2 | Maps a date field and used when we don’t want to display its label | parent , uid, psid, notLevel0, eventExists, |
dateWithLabel2 | Maps a date field and used when we want to display its label | wrapper-class, parent, uid, psid, notLevel0, eventExists, lblCol, inptCol , |
dropdown2 | Maps a drop down field and used when we don’t want to display its label | wrapper-class, parent, uid, psid, notLevel0, eventExists, |
dropdownWithLabel2 | Maps a drop down field and used when we want to display its label | wrapper-class, parent, uid, psid, notLevel0, eventExists, lblCol,inptCol |
editbox2 | Maps a edit box field and used when we don’t want to display its label | wrapper-class, parent, uid, psid, notLevel0, eventExists, type, class |
editboxWithLabel2 | Used to display a edit box with the associated label | wrapper-class, parent, uid, psid, notLevel0, eventExists, lblCol,inptCol, type |
gridAddBtn | Maps a button which adds the row in the grid | scroll_psid, parent |
gridDeleteBtn | Maps a button which deletes the row in the grid | scroll_psid, parent |
gridTabs | Maps the grid tabs if present | scroll_uid, scroll_psid, wrapper-class |
label2 | Maps a label without any input field | lblCol, uid, psid, notLevel0, parent, class |
link2 | Maps the hyperlink | wrapper-class, uid,psid, class, parent, notLevel0, target |
linkAsButton2 | Maps the hyperlink and shows the hyperlink as the button | uid, psid, parent, notLevel0, sm-is-save-btn, onclick |
linkAsButtonWithIcon2 | Maps the hyperlink and shows it as the button with custom icon | uid, psid, parent, notLevel0, sm-is-save-btn, onclick, wrapper-class, icon |
longEditbox2 | Maps the long edit box field with no label | uid, psid, parent, notLevel0, wrapper-class, style, eventExists, isRTE, class, RTEType |
longEditboxWithLabel2 | Maps the long edit box field along with associated label | uid, psid, parent, notLevel0, wrapper-class, style, eventExists, isRTE, class, RTEType, sm-format, inptCol, lblCol, rows |
pagetabs | Maps the page tabs on the page | By default maps the page field names of the page tabs. |
prompt2 | Maps the prompt field on the page without associated label | uid, psid, parent, notLevel0, wrapper-class, eventExists, type, sm-format, inptCol |
promptWithLabel2 | Maps the prompt field on the page along with associated label. | uid, psid, parent, notLevel0, wrapper-class, eventExists, type, sm-format, inptCol, lblCol |
pssearchtoolbar | Maps Return to search, previous in the list, next in the list buttons on the page | By default uses the page field names of the navigation buttons. |
pstoolbar | Maps all the PeopleSoft delivered toolbar buttons | By default uses the page field names of the buttons. |
radio2 | Maps the radio button field on the page without associated label | uid, psid, parent, notLevel0, eventExists |
radioWithLabel2 | Maps the radio button field on the page with associated label | uid, psid, parent, notLevel0, eventExists, wrapper-class, labelClass |
scrollHeader | Maps the grid heading and Navigation bar properties. | scroll_psid, scroll_uid |
text2 | Maps the text field | uid, psid, parent, notLevel0, wrapper-class |
textAsLabel2 | Maps the text field and displays as a label field | uid, psid, parent, notLevel0, wrapper-class, lblCol, class |