Lines Matching refs:isVisible
9668 isVisible: function(id){ method in DataStore
10050 var isVisible = gantt.isTaskVisible(taskId);
10051 if(!isVisible && gantt.isTaskExists(taskId)){
10056 isVisible = true;
10060 return isVisible;
10298 if(item && store.isVisible(id)) {
11563 if (!(view && view.isVisible())) {
11686 if (!timeline || !timeline.isVisible()) {
11696 if (!timeline.isVisible()) {
13325 if (timeline && timeline.isVisible()) {
17532 if(self.isVisible() && !store.isVisible(self._itemId)){
17551 if (this.isVisible()) {
17575 isVisible: function(){ method in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f19300.create.createGridEditors.controller
17579 if (this.isVisible()) {
17688 if(!(this.isVisible() && store.exists(this._itemId) && this.isChanged())) {
18342 if (controller.isVisible() && state.id == cell.id && state.columnName == cell.columnName) {
18353 if (controller.isVisible() && controller.isChanged()) {
18364 if (cell && controller.isVisible() && cell.columnName == state.columnName) {
18385 if(controller.isVisible()){
18416 if (controller.isVisible()) {
18473 if(self.isVisible()){
18487 if(self.isVisible()){
18510 if(cell && controller.isVisible() && cell.columnName == state.columnName){
18524 if(controller.isVisible() && state.id == cell.id && state.columnName == cell.columnName){
18549 if(controller.isVisible()){
18560 if(controller.isVisible()){
18571 if((hasEditor && controller.isVisible()) || state.editorType === "date"){
18576 if(controller.isVisible()){
18580 if(hasEditor && !controller.isVisible()){
18587 if(hasEditor && !controller.isVisible()){
18590 } else if(hasEditor && controller.isVisible()){
18595 if(controller.isVisible()){
18611 if(controller.isVisible())
18629 }else if(hasEditor && !controller.isVisible()){
18856 contentX: this.isVisible() ? contentWidth : 0,
18857 contentY: this.isVisible() ? (config.scale_height + contentHeight) : 0,
18858 scrollHeight: this.isVisible() ? contentHeight : 0,
18859 scrollWidth: this.isVisible() ? contentWidth : 0
18913 if (!this.isVisible())
18960 isVisible: function () { method in Grid
18981 return self.isVisible();
19024 if (!store || id !== null || !this.isVisible() || !config.smart_rendering) {
20821 if(scrollbar.isVisible()){
21806 visible: this.isVisible(),
21831 ScrollbarCell.prototype.isVisible = function(){ method in ScrollbarCell
26282 isVisible: function(){ method in Timeline
26295 contentWidth = this.isVisible() ? this._tasks.full_width : 0;
26298 x: this.isVisible() ? this.$config.width : 0,
26299 y: this.isVisible() ? this.$config.height : 0,
26300 contentX: this.isVisible() ? contentWidth : 0,
26301 contentY: this.isVisible() ? (config.scale_height + contentHeight) : 0,
26302 scrollHeight: this.isVisible() ? contentHeight : 0,
26303 scrollWidth: this.isVisible() ? contentWidth : 0
26308 if(!this.isVisible())
26333 if(!this.isVisible())
26363 return self.isVisible();
26495 if(!self.isVisible())
26555 if (this.isVisible()) {
26689 if (!this.isVisible())
29201 function isVisible(node){ function
29254 …var isValid = (hasNonNegativeTabIndex(node) || isEnabled(node) || hasHref(node)) && isVisible(nod…