1
0
-1
    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      If its a CRUD menu, go to "Userview Builder > CRUD menu > Properties > UI (Edit) or UI (Add)".

      Read at CRUD Menu#Add.

      1. aimi

        i'm don't have CRUD. 

      CommentAdd your comment...
    2.  
      1
      0
      -1

      You can use Javascript/jQuery code to relabel buttons, set in "Userview Builder > Advance > Custom JavaScript":

      $(function(){
      	$("#cancel").val("Close");
      });

      I google and found lots of JS examples in Joget's Javascript API.

        CommentAdd your comment...