カードボードには文書化されていない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.");
}
}