-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Description
'mouseover #i-pan3' : function(e, value, row, index) {
$(this).webuiPopover({
width:'auto',
height:'auto',
trigger: 'click',
closeable:true,
padding:false,
cache:false,
type:'async',
url:'getOnceUrl',
content:function(result){
var html = '<iframe src="'+result+'&B0=wight" style="text-align:center">';
html+='</iframe>';
return html;
},
});
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels