--
The topics of this mailing list include TopBraid EDG and related technologies such as SHACL.
To post to this group, send email to topbrai...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/2b1693d1-96e1-4f76-aad1-06b95888006fn%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/topbraid-users/BiNugp_Ygr4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/CFC575C1-E461-4753-AB81-4F58617070D3%40topquadrant.com.
On 9 May 2024, at 4:46 PM, Marie Valadez <meval...@gmail.com> wrote:
Hello Holger,Thanks for the response. I followed your instructions and tried using the code within the ScriptEditor and from within an ExploreAction. However, in both cases I returned the same error message.
<PastedGraphic-1.png>
or press Ctrl-space inside the curly brackets:
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/CAH4XeR9BEC-Y2mcPgKASm%2BvwBer1eaf%2BOD1chNEbv_RejzWf1A%40mail.gmail.com.
On 9 May 2024, at 10:28 PM, Marie Valadez <meval...@gmail.com> wrote:Is there a way to trigger this reload automatically when a user selects an instance.
I tried adding a dash:ResourceService to the class Concept through the property dash:resourceService. I was hoping when a user clicked an instance of Concept that the UI would automatically trigger to reload that instance so they wouldn't have to manually trigger it themselves. However, doesn't seem to be working. I can get it working in the ScriptEditor but failing when putting it in the Ontology. Maybe I am misunderstanding the capability of the dash:ResourceService.ex:Concept a sh:NodeShape ;dash:resourceService ex:ReloadRemoteDataInstance;...ex:ReloadRemoteDataInstance
a dash:ResourceService ;
dash:js """
tbs.loadRemoteResources({
forced: true,
maxDepth: 2,
maxSeconds: 100,
recursive: true,
resources: focusNode.uri
})
""" ;
rdfs:comment "Reloads a remote data instance when selected in the EDG UI" ;
rdfs:label "Reload Remote Data Instances" ;
sh:order 0 ;.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/6bee454e-758a-4351-8e8c-6f3c4ff5dbe6n%40googlegroups.com.