@karthick1356
You could probably do that using the AemContext object.
...private AemContext context = new AemContext(ResourceResolverType.RESOURCERESOLVER_MOCK);...
/* Getting Resolver from current AemContext */
ResourceResolver resourceResolver = context.request().getResourceResolver();resourceRes...
@AriannaMe Not sure what exactly you are looking for,
probably this ref. might help: https://experienceleague.adobe.com/docs/experience-manager-64/deploying/configuring/configuring.html?lang=en#ipv-and-ipv
@Lakshmi9 Are you using iframe?
if so, then you can simply click on the “share” link while on the youtube video page then click on “embed”. Now you can grab the correct url/link from the code which is everything inside the src attribute. This is the correct “embed” URL to use when creating lightbox ...
@Sb2512 As these calculations involve inputs from user, its preffered to be calculated via js from frontend side only.
You could probably use a loan calculator js which can be called on the component and the values changes based on the inputed data.
You could also have multiple files for different c...
@Johann_Lu It is possible to override the js/css by targetting the element - something like -
$("[name*='/<fieldname>/']").css("height", "200px");
But not sure, if this this the only way.
Request for Feature Enhancement (RFE) Summary:Adobe's own Payment gateway for seamless integartion with applications via simple API calls.Use-case:Payments in any payment related applications.Current/Experienced Behavior:3rd party integartion, white label payment gatewayImproved/Expected Behavior:
U...
@shikhasoni1 If you are using multi-fields to configure your slides , you could use an optional flied for logo.
or you could use the index of the list for your data-sly-test condition to target the 1st slide while rendering your html.
@manasabojja7 what do you mean by "data entry/re-arrange items using drag/drop functionality".
Is this for the end user persepctive or authoring?'
Usually for internal projects its not necessory but it totally depends on what you are looking for.
Seems like too less info. to deside upon but some ...
For Scenario 3: I believe none of them will render.
As far as I remember jsp,esp,html are suppported.
for all other than html - the suffix is added to the script name
eg:
/myappcomponent.js.esp
/myappcomponent.json.esp
/myappcomponent.txt.esp