Материал из Module developer
l_oItem_3.SetData( { type: "coffee", name: "test2" } // clearing a filter by data l_oList.ClearDataFilter(); // adding a filter by data l_oList.SetDataFilter("type", "coffee"); l_oList.SetDataFilter("name", "test2"); // using a filter by data l_oList.ApplyDataFilter(); </syntaxhighlight> |attentions = }}
