Menu

Difference between s.t() and s.tl() send data | Analytics

- s.t(): Send data to Adobe Analytics and treat it as a page view

- s.tl(): Send data to Adobe Analytics and do not treat it as a page view


Learn Analytics Basic to Advance

WCAG guidelines for contrast ratios

When designing readable interface then we need to take care of the contrast ratio between background and foreground color. Below table explain the contrast ratio suggested under the WCAG guideline.

Contrast ratio WCAG guidelines


How to increase the layout size of a dialog in aem

We can increase the height and width of a dialog by adding properties height and width on the dialog node.

height="{Long}700"

width="{Long}500"