I am new to Kony framework. Now i am going through Widget. There i came across Segment widgets using I would create a flex container with some labels and textbox.
My UI design are : 1. I Created a segment and set a flex container with some labels and text box in that segment 2. After that I turn off the flex container visible 3. And I type a code like :
function flex() { frmAssign.sgmt1.flex1.isVisible = true;//to show flex as visible but it does not read the property of that flex }
In simple terms just If I click segment first row flex container isVisible should be true
enter image description here
want to achieve this design in kony