似乎卡片板有一个未记录的 filterBoard() 函数。我不知道它到底做了什么,除了命名法,或者它需要什么参数。有没有人遇到过这个/使用过这个功能,并且可以提供一些启示?
这是我简单地运行“cardBoard.filterBoard”时返回的 javascript:
function (_c11) {
_b85.filterBy = _c11;
if (_c11 && _c11.field !== undefined && _c11.value !== undefined) {
rally.forEach(_b7f, function (_c12) {
rally.forEach(_c12.getDndSource().getItems(), function (item) {
var node = _c12.getDndSource().getNode(item.ObjectID);
if (node) {
var _c13 = that.getCardRenderer(_c12, item);
if (dojo.isFunction(_c13.updateCard)) {
_c13.updateCard(node);
} else {
_c12.getDndSource().refreshItem(item, item);
}
}
});
});
}
if (dojo.query(".filterByShow").length === 0 && _c11 && _c11.value) {
_b9f("The selected value, " + _c11.value + ", is not assigned to " + _c11.field + " for any of the displayed cards.");
}
}