Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Code Block |
---|
<button type="button" onclick="clearAll()">Clear All</button> |
...
<script> |
...
function clearAll(){ |
...
FormUtil.getField("field_id").parents(".form-cell").find(".selector_remove").each(function(i, obj) { |
...
$('.selector_remove')[0].click(); |
...
}); |
...
} |
...
</script> |