Forum Discussion
_anomDiebolt_
7 years agoQrew Elite
>WIthout custom programming (launching javascript from a code Page) this probably is not possible.
Actually you code do this naively if you created Rich Text formula field buttons that called the appropriate click handler:
<a href="#" class="Tall Vibrant Success" onclick="GeditDoSave(gReqDBID, true);">Save</a>
<a href="#" class="Tall Vibrant Primary Secondary" onclick="GeditDoSave(gReqDBID);">Apply Changes</a>
<a class="cancelBtn Tall Vibrant FS-Button" onclick="GeditDoCancel();">Cancel</a>
The only issue is that these buttons would be placed in their own column.
Actually you code do this naively if you created Rich Text formula field buttons that called the appropriate click handler:
<a href="#" class="Tall Vibrant Success" onclick="GeditDoSave(gReqDBID, true);">Save</a>
<a href="#" class="Tall Vibrant Primary Secondary" onclick="GeditDoSave(gReqDBID);">Apply Changes</a>
<a class="cancelBtn Tall Vibrant FS-Button" onclick="GeditDoCancel();">Cancel</a>
The only issue is that these buttons would be placed in their own column.