],
pageSize: 5,
gridUpdateCallBack: function(networkProxy){
- $("#main-content #networkProxiesTable [title]").twipsy();
+ $("#main-content #networkProxiesTable [title]").tooltip();
}
});
ko.applyBindings(networkProxiesViewModel,$("#main-content #networkProxiesTable").get(0));
data: self.managedRepositoryConnectorViews,
pageSize: 5,
gridUpdateCallBack: function(){
- $("#main-content #proxyConnectorsTable [title]").twipsy();
+ $("#main-content #proxyConnectorsTable [title]").tooltip();
}
});
this.gridViewModel.getManagedRepository=getManagedRepository;
],
pageSize: 5,
gridUpdateCallBack: function(){
- $("#main-content #managed-repositories-table [title]").twipsy();
+ $("#main-content #managed-repositories-table [title]").tooltip();
}
});
ko.applyBindings(managedRepositoriesViewModel,$("#main-content #managed-repositories-table").get(0));
],
pageSize: 5,
gridUpdateCallBack: function(){
- $("#main-content #remote-repositories-table [title]").twipsy();
+ $("#main-content #remote-repositories-table [title]").tooltip();
}
});
ko.applyBindings(remoteRepositoriesViewModel,$("#main-content #remote-repositories-table").get(0));
pageSize: 5,
// we can define here a callback function which be called on all grid change (adding/updating/removing values from the array)
gridUpdateCallBack: function(){
- $("#main-content #managed-repositories-table [title]").twipsy();
+ $("#main-content #managed-repositories-table [title]").tooltip();
}
});
// apply the binding on the specified node