Hi,
how can I get values only from visible input view?
example
{ view: "text", name: "ilvalore1", hidden:true, batch:"batch_1", label: "Panbagnatoabel", value: "Value", labelAlign: "left", type: "text", id: "input_0"},
{ view: "text", name: "input2", hidden:true, batch:"batch_2", label: "Label", value: "Value", labelAlign: "left", type: "text", id: "input_1"},
{ view: "counter", name: "input3", hidden:true, batch:"batch_3", label: "Label", step: 1, value: 0, labelPosition: "right", labelAlign: "left", id: "input_2"}
I use showBatch function, then I use $$(‘ui_form’).getValues();
(sorry for my english…i hope you understand)