Skip to main content

Posts Tagged ‘Component Development’

Episerver Widget Resources

Recently I have been building more components and widgets in Episerver, which subsequently led to quite a bit of time researching and trying to find references to labels and text being used in widgets. I began to compile a list so that I wouldn’t need to dig the next time I needed them. And that’s […]

AEM Development Quick Tip: Component Unique ID

Often times, you need a unique ID for the AEM component. You either need to trigger custom action with JS or make a backend server side call. A hard-coded field ID is not unique if the component is dragged and dropped multiple times in the page. This post will give you a quick tip to […]

Clean

Developing Clean and Efficient Lists of Items with HTL

One of the most common patterns in AEM development is the link list. You can find this pattern in typical web elements such as navigations, headers and footers. Usually, this will be a list of links with a title and potentially some additional data such as the target or an icon. The link list is […]