Skip to main content

Is it possible to render a geocortex form item programmatically in a custom module?

Comments

1 comment

  • Marc Rempel
    I found a workable option and thought I would pass it on in case anyone else ends up here.  It looks like the kendo ui is already rolled into the base viewer framework, so I was able to render a datepicker from kendo. 

     

    https://demos.telerik.com/kendo-ui/datepicker/index

     

    $("#startDate").kendoDatePicker();

     

    --Marc

     

     

           

     

     
    0

Please sign in to leave a comment.