|
All Operating Systems: | All Products: | | All Solution Types: | | | Source: | |
|
|
|
Results |
|
SBM Version Diff
Differences Between Versions } return fieldvalue; @@ -2022,7 +1980,7 @@ } else if (path == "_currentIndex") { - return window[ gridWidget .itemIndex]; + return parseInt(gridWidget.itemIndex);
|
|
|
SBM Version Diff
Differences Between Versions } catch (e) { } @@ -1996,7 +2022,7 @@ } else if (path == "_currentIndex") { - return eval( gridWidget .itemIndex); + return window[gridWidget.itemIndex];
|
|
|
SBM Version Diff
Differences Between Versions + path = ""; + var gridWidget = GetWidget(objname); + if (gridWidget === undefined) return defaultvalue;
|
|
|
SBM Version Diff
Differences Between Versions path = ""; +} var gridWidget = GetWidget(objname); - if ( gridWidget === undefined) return defaultvalue; +if (gridWidget === undefined) {
|
|
|
|
|
|