Hello Experts, I am trying to create an XDP template where I need to
place and Image and Text next to each other. Both text and image will
come as a part of the input XML. Requirement is to wrap the text around
the image, if the height of Text is greater than Image. I tried multiple
things but I could not find a way to do this.Attached is the screenshot.
I need to be able to place the 2nd and 3rd paragraphs directly under the
image and their width be 100%. Is this even possible with AEM/Livecycl...
Hello Experts, Is there a way to create/extend new Adaptive Forms
Component? I am looking to extend the capabilities of Static Text
Component so that I can have placeholders within the static text and be
able to provide data bind reference for each placeholder. How can go
about doing this? Is there any documentation that points to how I can
extend a AF component? Thanks & Regards,Priyank P
Thanks Rishi for the quick response. We are using 6.2 forms (OSGi). Is
there an alternate ways to perform Unit Testing of the Adaptive forms
designed in 6.2
deepak k. wrote... You can use fillable text box in disabled
mode(disable via rule). You mean - derive/calculate the entire paragraph
as a part of Javascript and assign it to a textbox ? Well - I did think
of this option earlier but I had to let that go because 1) The actual
content (paragraph text/language) is in the Javascript. Which means I
can't let my business users have control over it OR i can't use the
dictionary for multi-language support.2) I won't be able to handle
RichText as TextBox...
Posting for future reference. I faced same issue but when I hard reload
my form editor, function appears. Also, if I change something in custom
JS, function will disappear from dropdown. I again hard reload and it
will show.
Update:Here's how I ended up implementing the solution. I dropped the
idea of using HTTP protocol for prefilling Adaptive Form, because it did
not support authentication. I ended up creating a custom template and
prefilled the XML by setting data attribute it slingRequest.
Hello Livecycle experts, I have a requirement to purge data from
Livecycle database for processes that are more than 1 year old
(irrespective of whether they are completed or in running stage).We are
using Adobe Livecycle ES2 and ES4.We have multiple long-lived
processes.I was going through the documentation that Adobe has provided
and that they have provided Job Purge and Process Purge Utility. But I
have some further questions about those - Rather than using AdminUI (for
job purge) and the uti...
To allow selection of multiple items from a list of items (without
allowing duplicate selections), i suggest you use a ListBox instead of a
dropdown list. Dropdowns are typically useful for a single value
selection out of multiple values. To populate table values from Database
dynamically you will have to make a SOAP based webservice call from
within the form. There are number of examples available on internet to
show you how to make WS call from the form. But - remember, you will
need to use Re...