|
POST
|
@AlejandroMari1 This is what works for me in 1.5. <div>
<Tabs
defaultValue={"tab-1"}
onChange={() => { }}
onClose={() => { }}
type={"underline"}
value={"tab-1"}
className='tab-flex'
>
<Tab
id="tab-1"
title={"Tab 1"}
className='text-truncate tag-size'
closeable={false}
>
<div className='mt-2'>Content 1</div>
</Tab>
<Tab
id="tab-2"
title={"Tab 2"}
className='text-truncate tag-size'
closeable={false}
>
<div className='mt-2'>Content 2</div>
</Tab>
</Tabs>
</div> Of course make sure to import {Tabs, Tab} from 'jimu-ui';
... View more
10-08-2021
11:02 AM
|
0
|
2
|
3293
|
|
BLOG
|
@LefterisKoumis I just used these links: To setup the dev environment (the installation video in the below link as very helpfull). https://developers.arcgis.com/experience-builder/guide/install-guide/ And this link for developing a basic widget: https://developers.arcgis.com/experience-builder/guide/getting-started-widget/
... View more
10-08-2021
05:32 AM
|
2
|
0
|
7300
|
|
DOC
|
@LixinHuang Sorry I said that the attachments would appear in the eSearch Results but I meant to say they will appear in the results popup. So click on the result record to make the popup appear and in the popup the attachment link will appear.
... View more
10-05-2021
08:33 AM
|
0
|
0
|
17977
|
|
DOC
|
@LixinHuang Once the layer is configured to showattachments true in the widgets layer settings then once the layer is searched the OID (object Id) is used to make a query to the REST service for attachments and a link will be added to the search results. So the answer to your question is yes assuming your layers REST Service has the Has Attachments: true In the rest services directory page for that layer.
... View more
10-05-2021
07:11 AM
|
0
|
0
|
17985
|
|
DOC
|
@ErikLanhammar I do not produce new versions of the widget unless there is an enhancement or bug. Normally the current version will continue to work in newer versions of WAB unless esri introduced a breaking change. Robert
... View more
09-29-2021
06:32 AM
|
0
|
0
|
13082
|
|
DOC
|
@KARIMLABIDI So did you re-enable the French locale? server\apps\[App#]\widgets\eSearch\setting\nls\strings.js Change "fr": 0, to 1
... View more
09-23-2021
05:30 AM
|
0
|
0
|
18064
|
|
POST
|
@RobertPiatek Maybe you are changing the wrong file or have not cleared your browsers cache. When working with a configured application you have to change that applications widgets code. [Install Directory]\server\apps\[App#]\widgets\Query\SingleQueryResult.js
... View more
09-22-2021
09:41 AM
|
0
|
0
|
798
|
|
POST
|
@RobertPiatek Looking at 2.20 the code looks the same so yes it should still work.
... View more
09-22-2021
06:56 AM
|
1
|
4
|
4201
|
|
DOC
|
OK, So as I mentioned before change this file. [install directory]\server\apps\[App#]\widgets\eSearch\setting\nls\fr\strings.js.
... View more
09-22-2021
05:18 AM
|
0
|
0
|
18079
|
|
DOC
|
@KARIMLABIDI That means that you are not updating the files that that app is using or that you are using cached versions of the file in your web browser. Be sure that you have made those changes to the app you are testing in. So for example on my machine the path looks like this: F:\web-appbuilder-2.20\server\apps\2\widgets\eSearch\setting\nls\fr\strings.js. "2" being the application number (When i look at the url for WAB it looks like this myMachineName:3344/webappbuilder/?id=2. If you are sure that you have done this then clear your browser cache and restart WAB (meaning close your bowser and the "Web AppBuilder for ArcGIS" Command Prompt window and re-exectute the startup.bat).
... View more
09-20-2021
08:17 AM
|
0
|
0
|
18110
|
|
DOC
|
@KARIMLABIDI So after you have updated the strings.js files to escape the single quotes, saved those changes and restarted WAB you are still receiving those errors in your browsers web console?
... View more
09-20-2021
07:54 AM
|
0
|
0
|
18120
|
|
DOC
|
Strange I just downloaded the widget again from here and the French strings.js file is updated with the escaped single quotes.
... View more
09-20-2021
07:28 AM
|
0
|
0
|
18127
|
|
DOC
|
In WAB you can Hold the Alt key on your keyboard and then click on the Widget (not the settings dialog, but the actual widget) and a new popup will appear that tells the widgets version number.
... View more
09-20-2021
07:25 AM
|
0
|
0
|
19181
|
| Title | Kudos | Posted |
|---|---|---|
| 16 | 05-17-2021 01:51 PM | |
| 1 | 07-06-2020 05:32 AM | |
| 1 | 07-10-2018 05:49 AM | |
| 9 | 01-28-2022 10:58 AM | |
| 1 | 03-28-2022 06:20 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|