Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
function LoadAttributeGroup() {
        var dialogOpts = {
            modal: true,
            buttons: {
                "OK": function () {
                    if (window.currentNodeValue != null) {
                       //behavior not important
                    } else {
                        //behavior not important
                    }
                   
                },
                "Abbrechen": function () {
                     //behavior not important;
                }
            },
            width: 500,
            height: 600,
            autoOpen: false,
            resizable: false
        };
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers