It's all about the answers!

Ask a question

Path for save button in RAM server


pan tianming (4765644) | asked Mar 05 '13, 3:55 a.m.
We have the cutsomize UI template file, now RAM upgrade from 7.2 to 7.5.1.1, one button need to change:
After user click on Submit an asset button, in 7.5 near the "Lifecycle :None Match"  text field there are two new buttons :  save and Cancel.
We are not able to find these two button path on RAM server, could you let me know that then we may change its css.
Thanks.

Accepted answer


permanent link
Gili Mendel (1.8k56) | answered Mar 05 '13, 8:29 a.m.
JAZZ DEVELOPER
The submit button is defined in the submit/simple.jsp  

<hx:commandExButton type="submit"
                            value="#{submitAssetHandler.saveButtonLabel}"
                            id="topSaveButton" rendered="#{not submitAssetHandler.updateMode}"
                            styleClass="commandExButton" iconDepressed="/theme/images/transparent.gif"
                            action="#{submitAssetHandler.doFinishAction}">
                            <hx:behavior id="topSaveShowBusyBehavior" event="onclick" onActionFunction="if (isValidSubmitId()) {showSubmitWaitDialog();saveRelatedAssets();} else {return false;}" />
                        </hx:commandExButton>






pan tianming selected this answer as the correct answer

Comments
pan tianming commented Mar 06 '13, 3:28 a.m.

Thank you Gili for your answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.