Hi Dennis,
Still, i didn't get correct answer. I need your help. once again i will explain what i have require, in my view i have two text field. now i have create JSON file, in JSON file assign two text fields.
i dont know exact code, i want like that,(mention textfield visible or not)
{
"xyz":[
property : Textfiled
state : false
}]
then now bind the JSON data in controller(oninit()) like,(xyz consider as a function)
xyz
{
var oModel = new sap.ui.model.json.JSONModel("path");
sap.ui.getCore().setModel(oModel);
here, i want mention the condition anyone textfield will hide while executing. how can i do that?
Thanks,
Palsaran