Show include text query in selection

833
5
06-08-2017 01:02 PM
RudoDuncan
New Contributor II

Is there a way to make the show include text query in selection checked by default? I was looking through your code but couldn't find it.

rscheitlin

Roberts Custom WAB Widgets

Tags (1)
0 Kudos
5 Replies
RobertScheitlin__GISP
MVP Emeritus

Rudo,

   I am confused it is checked by default.

0 Kudos
RudoDuncan
New Contributor II

Sorry it is unchecked by default as shown below. I don't know if there is an option of checking it in by default in your configuration.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Rudo,

   OK that is a different image (that is the actual widget UI and not the settings UI like you showed before). To check that by default you will need to modify the Widget.html as there is no setting for that to be checked in the configuration.

Open the Widget.html and search for "cbxAddTextQuery" and change the 

data-dojo-props="checked: false,

to

data-dojo-props="checked: true,

RudoDuncan
New Contributor II

Thank you Robert, so if I want to make changes to the configurations manually, I will look in the widget UI correct?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Rudo,


  In my last reply I tell you specifically what you need to do.

0 Kudos