Setting title, values, choices in TextboxFieldcontroller, Dr

Posted by Community Admin on 05-Aug-2018 15:43

Setting title, values, choices in TextboxFieldcontroller, DropdownListFieldController, CheckboxesFieldController

All Replies

Posted by Community Admin on 07-Nov-2017 00:00

Team,

I have created a form dynamically using the below KB article. But it doesn't tell me to create name(used for development), title, or adding choices & values(in case of checkboxes and dropdownlist).

https://knowledgebase.progress.com/articles/Article/create-an-mvc-form-and-place-mvc-form-controls-on-it-using-the-api

 

I come to know that, I can use the below property to name the control. But how to do the rest of things ?

mvcTextboxControl.Settings.Model.MetaField.ColumnName = "Name";

This thread is closed