Rename 'Show' button name in datalist

Confluence User - 05 Sep, 2018

Hi,

 I am using Joget Community version 6.

I have one datalist which is used for searching my assets

.I just wanted to know,whether the default 'Show' button can be renamed .

Thanks in advance

 

 

 

datalists

2


06 Sep, 2018
confluenceUser
confluenceUser

Hey there gb,

Certainly! Just go to your Userview, edit your list, go to the UI tab, and paste these codes in any of the available custom header/footer.

<script>
$(window).on("load", function() {
    $('input.waves-button-input').attr('value', 'Filter');
});
</script>

You can refer to my picture attached below for an example.

Hope this helps.

07 Sep, 2018
confluenceUser
confluenceUser

Thank you for your response But this is not working . I have tried as mentioned in below discussion. In that case it is working , But theme is changing and button name is changing in other page as well. https://dev.joget.org/community/questions/31131302/joget-datalist-jquery-manipulation

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print