yadcf datepicker container id?

yadcf datepicker container id?

MakaMaka Posts: 1Questions: 1Answers: 0
edited March 2016 in Free community support

Does anyone have an example of a SIMPLE container ID? I tried to use the example on yadcf example pages, but the markup for implementing the container is pretty convoluted:

<div id="external_filter_container">
<div id="yadcf-filter-wrapper--external_filter_container">
<div onmousedown="yadcf.stopPropagation(event);"  onclick="yadcf.stopPropagation(event);" id="yadcf-filter-wrapper--example-2" class="yadcf-filter-wrapper">
<div id="yadcf-filter-wrapper-inner--example-2" class="yadcf-filter-wrapper-inner ">
<input onkeydown="yadcf.preventDefaultForEnter(event);" placeholder="From" id="yadcf-filter--example-from-date-2" class="yadcf-filter-range-date yadcf-filter-range hasDatepicker" onkeyup="yadcf.rangeDateKeyUP('-example','mm/dd/yy',event);">
<span class="yadcf-filter-range-date-seperator"></span>
<input onkeydown="yadcf.preventDefaultForEnter(event);" placeholder="To" id="yadcf-filter--example-to-date-2" class="yadcf-filter-range-date yadcf-filter-range hasDatepicker" onkeyup="yadcf.rangeDateKeyUP('-example','mm/dd/yy',event);">
</div>
<button type="button" onmousedown="yadcf.stopPropagation(event);" onclick="yadcf.stopPropagation(event);yadcf.rangeClear('-example',event,2); return false;" class="yadcf-filter-reset-button">x</button>
</div>
</div>
<div id="yadcf-filter-wrapper--external_filter_container"></div>
</div>

I'm looking for something more like:

<input id="external_filter_container"/>
This discussion has been closed.