Hi everybody, I need to add to a richTextField's body an image inline with a text.I don't know hot to use the "imageStorageConnectedSystem" (I already installed the plugin).I tried with the imgeDocument, with the richTextDisplayField but nothing.I need something like this
Discussion posts and replies are publicly visible
You will probably need to assign a value to the parameter in line 97.
The download of the plugin should include documentation.
I didn't find any documentation about it.If I try to call the connected system, Appiand didn't recognize it
A connected system is not something you can "call". Create a constant pointing to it and use that constant in your code.
Thanks! But after that, I don't know how to continue. I called the Connected System, and after that? There's the key "uploadedImages (Elenco di salvataggi): Output list of images uploaded this session." but I don't know how to fill it.I tried with the constant of the images, and also with an a!save(), but nothing
Did you check out the documentation contained in the plugin ZIP?
I downloaded the .jar file, and there is not a txt or a readble file about documentation
Try referencing the connected system in a constant, not in a rule.
Yes, thanks! I alreaady did it, but I don't know hot to continue