User Activity
10-23-2020
Hello,
I have a UI Page with a g:ui-date jelly-tag. Is it possible to have an onChange function on this field? So that when you change the date, the function is called.
10-23-2020
Hello,
I am having issues with gr.isActionAborted(). Even though my update does NOT go through, gr.isActionAborted() returns false. Weirdly, when logging gr.update(), it returns null... I logged it like this. This code snippet is placed within an if-...
10-09-2020
Hello,
I am working on implementing a date picker for a UI page. I have the following snippet in my HTML code-field:
<g:ui_date class = "form-control" id = "wt_start" name="work_time_start" value="${sysparm_start_date}"/>
Which displays like this:
w...