<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to open a specific page with a button in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-open-a-specific-page-with-a-button/m-p/1095396#M2728</link>
    <description>&lt;P&gt;For reference, by diving into ExB source, I found how the LinkProps were defined and there is a&amp;nbsp;&lt;STRONG&gt;LinkResult&lt;/STRONG&gt; property that can be used to say "open a new page":&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;import {  Button, Link } from "jimu-ui";

        &amp;lt;Link target="_self" to={{
          linkType: LinkType.Page,
          value: "page_1"
          
        }} &amp;gt;        
          &amp;lt;Button  type="danger" size="sm" className="btn float-right" css={[reportBtn]} &amp;gt;
              Open  
          &amp;lt;/Button&amp;gt;
        &amp;lt;/Link&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note the "page_1" is case sensitive. "Page_1" will not match.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Sep 2021 18:26:44 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-09-03T18:26:44Z</dc:date>
    <item>
      <title>How to open a specific page with a button</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-open-a-specific-page-with-a-button/m-p/1095329#M2726</link>
      <description>&lt;P&gt;Could someone point me in the right direction for opening a&amp;nbsp;&lt;STRONG&gt;page&lt;/STRONG&gt; with a custom button?&lt;/P&gt;&lt;P&gt;The following code is close. It unfortunately opens /&lt;EM&gt;0/page/&lt;STRONG&gt;page_0//page_1&lt;/STRONG&gt;/&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;        &amp;lt;Button tag={Link} to="page_1" type="danger" size="sm"  &amp;gt;
          {this.props.intl.formatMessage({
            id: "open_fac_details",
            defaultMessage: defaultMessages.open_fac_details
          })}
        &amp;lt;/Button&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And&amp;nbsp;&lt;STRONG&gt;/page_1&lt;/STRONG&gt; reduces the entire url to &lt;A href="http://server/page_1" target="_blank" rel="noopener"&gt;http://server/page_1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To note, something like&amp;nbsp;&lt;EM&gt;&lt;SPAN&gt;?views=view_3&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;correctly open to the specific view&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 15:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-open-a-specific-page-with-a-button/m-p/1095329#M2726</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-09-03T15:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to open a specific page with a button</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-open-a-specific-page-with-a-button/m-p/1095396#M2728</link>
      <description>&lt;P&gt;For reference, by diving into ExB source, I found how the LinkProps were defined and there is a&amp;nbsp;&lt;STRONG&gt;LinkResult&lt;/STRONG&gt; property that can be used to say "open a new page":&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;import {  Button, Link } from "jimu-ui";

        &amp;lt;Link target="_self" to={{
          linkType: LinkType.Page,
          value: "page_1"
          
        }} &amp;gt;        
          &amp;lt;Button  type="danger" size="sm" className="btn float-right" css={[reportBtn]} &amp;gt;
              Open  
          &amp;lt;/Button&amp;gt;
        &amp;lt;/Link&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note the "page_1" is case sensitive. "Page_1" will not match.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 18:26:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-open-a-specific-page-with-a-button/m-p/1095396#M2728</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-09-03T18:26:44Z</dc:date>
    </item>
  </channel>
</rss>

