|
<script type="text/javascript">
taskbarEditing: function (args) {
if (args.leftResizing == true || args.rightResizing == true || args.progressResizing == true)
args.cancel = true
},
</script> |
|
<style>
.e-gripper{
cursor:pointer !important
}
</style>
actionBegin: function (args) {
if(args.requestType=="drawConnectorLine")
args.cancel = true
},
|
|
<style>
.e-taskbarresizer-left ,.e-taskbarresizer-right{
display:none
}
.e-connectorpoint-left, .e-connectorpoint-hover ,.e-progressbarresizer-right{
display:none
}
</style> |