JavaScript function: function startProgressBar(progBarId, progBarMsg){ hX.getComponentById(progBarId).start(progBarMsg); } JSP Code Snippet: <%–The progress bar –%> <hx:progressBa… more →
Ireth Anarion's Blog - Code snippetsirethanarion wrote 5 months ago: JavaScript function: function startProgressBar(progBarId, progBarMsg){ hX.getComponentById(progBarId … more →
irethanarion wrote 5 months ago: EXAMPLE JSP: JSP File: <!DOCTYPE html PUBLIC „-//W3C//DTD HTML 4.01 Transitional//EN“ … more →
irethanarion wrote 5 months ago: Ако искате първият ден от седмицата в календара ви да е понеделник просто трябва да добавите /firstD … more →
irethanarion wrote 5 months ago: Предоставя възможност за избор на дата, като календара се появява като popup, валидира въведеното в … more →
irethanarion wrote 5 months ago: <hx:panelBox styleClass=“panelBox“ id=“att_gridReqDocAttachmentTree“ widt … more →
irethanarion wrote 5 months ago: // hiddenBtnId – id suffix – useful when using JSF, this may be the real(whole string) b … more →
irethanarion wrote 5 months ago: Very helpfully when using JSF! function func_getFieldIdsByTypeAndSuffix(fieldType, endsWithId) { var … more →
irethanarion wrote 11 months ago: JSP Code: <h:commandButton id=“chooseVals“ value=“#{msg.choose}“ styleCla … more →