FancyPrairie
Programmer
I'm trying to create a composite control that behaves like the combobox in Access. I have added several properties to the composite control that I can get/set at design time (Visual Studio 2005). The problem is that I don't know how to reference these "custom" properties within a javascript function.
For example, the control's name is MyComboBox and it contains 4 children: A label (lblComboBox), a text field (txtComboBox), a list box (lstComboBox), and an image (imgComboBox). MyComboBox contains a property (LimitToList) that is declared as boolean. How do I reference this property via javascript?
For example, the control's name is MyComboBox and it contains 4 children: A label (lblComboBox), a text field (txtComboBox), a list box (lstComboBox), and an image (imgComboBox). MyComboBox contains a property (LimitToList) that is declared as boolean. How do I reference this property via javascript?