I am new to working with .jag files , I supposed to change the interface in web application.just need to add the option in drop down list.
Is that changing .jag file is enough?
I need to add following code (new option in drop down) under select code.
How can I change the interface when working with .jag file?
Correct me If I am wrong.
<optgroup label="Time Series">
<option value="TIME_SERIES">TIME SERIES</option>
</optgroup>