I am using the smartclientSDK folder in my application so that I can display the SmartClient Reference right in the application. There are a couple items within the reference that don't work however.
If you go to https://www.smartclient.com/smartclient-latest/isomorphic/system/reference/?id=0and click on the very first item, SmartClient QuickStartGuide, you'll be redirected to the URL: https://www.smartclient.com/smartcli...tart_Guide.pdf. Notice that the isomorphic/system/reference part of the URL has been replaced by /docs/...pdf.
In my application, setting isomorphicDir = ...smartclientSDK/isomorphic/ and showing ...smartclientSDK/isomorphic/system/reference/index.html, if I click on the QuickStartGuide item, I am redirected to .../smartclientSDK/isomorphic/docs/SmartClient_Quick_Start_Guide.pdf. The isomorphic part of that URL is wrong because the docs are not in that folder, they are directly in the smartclientSDK folder.
The same is true if I navigate to the Feature Explorer, there is an extra /isomorphic in the URL.
Why does it behave differently in the online showcase from my application? Is there another directory I have to set or is this just a bug?
If you go to https://www.smartclient.com/smartclient-latest/isomorphic/system/reference/?id=0and click on the very first item, SmartClient QuickStartGuide, you'll be redirected to the URL: https://www.smartclient.com/smartcli...tart_Guide.pdf. Notice that the isomorphic/system/reference part of the URL has been replaced by /docs/...pdf.
In my application, setting isomorphicDir = ...smartclientSDK/isomorphic/ and showing ...smartclientSDK/isomorphic/system/reference/index.html, if I click on the QuickStartGuide item, I am redirected to .../smartclientSDK/isomorphic/docs/SmartClient_Quick_Start_Guide.pdf. The isomorphic part of that URL is wrong because the docs are not in that folder, they are directly in the smartclientSDK folder.
The same is true if I navigate to the Feature Explorer, there is an extra /isomorphic in the URL.
Why does it behave differently in the online showcase from my application? Is there another directory I have to set or is this just a bug?
Comment