Skip to main content

When I create a custom pop-up for a template field, there is the “Done” button which I can’t seem to remove. I’d like to replace it with our own custom buttons. Is this possible?


Thanks,

So a kludge I found for this is to put in a custom CSS rule:


/* Prevent Done button from appearing in pop ups */ .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix { display : none; }<br>


Though this is brittle against any changes Skuid make to the HTML structure or CSS classes.

I then put my own buttons into the pop up.

Ideally this should be supported as standard with the custom pop up…


Reply