Announcement

Collapse
No announcement yet.

View Modal

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • View Modal

    Hi Yuri, is there any quick way to open a modal with the data of a related field in "View" mode without creating a template?

    Thanks

  • #2
    Hi

    See client/src/views/modal.js

    PHP Code:
                    this.dialog = new Espo.Ui.Dialog({
                        
    header'HEADER TEXT',
                        
    container'CSS SELECTOR',
                        
    body'',
                        
    buttonsbuttons,
                    });

    this.dialog.show(); 

    Comment

    Working...
    X