Multiple input fields in a single Widget.
Posted: Thu May 15, 2014 10:29 am
Hi, we're attemptint to make a range date picker widget. However we are having issues as to how we would bind the RPG variables for BOTH input fields. basically the range Date Picker is the following: http://eternicode.github.io/bootstrap-d ... on#sandbox
The innerHTML is the following:
How would we bing the values of both these fields?
The innerHTML is the following:
Code: Select all
<div class="input-daterange input-group" id="datepicker">
<input type="text" class="input-sm form-control" name="start" />
<span class="input-group-addon">to</span>
<input type="text" class="input-sm form-control" name="end" />
</div>