Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
igTextEditor
posted

Hi,

How can i default the focus on the igTextEditor when i instantiate the control with knockout like  <div id="customerNameIG" class="row-control" data-bind="igTextEditor: {}"></div>, any help is appreciated.

Thanks

Parents
  • 60
    Offline posted

    Hello Mohd Shameer,

    Thank you for posting in our forum.

    Please be advised that you may set the focus on the control by using the setFocus method.
    This could be achieved upon initialization as well as on an already initialized control.

    Please refer to the following address for more information – setFocus

    You may also look at the attached sample, which should provide you with more details on how you may achieve it yourself.

    Please be sure to contact us again should you require any additional assistance.igTextEditor_Sample.zip

Reply Children