Skip to main content

Posts Tagged ‘Quick Tip’

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 […]

Lockers

Setting the Selected Value in CoralUI 3

Setting the value of a coral-select element in the CoralUI framework v3 is somewhat complicated. It is also different than the process for CoralUI v2 and for standard HTML5 select elements. With standard HTML5 select elements, you can simply use a snippet like this to set the selected value:   $(‘#my-select’).val(value);   This does not work for […]

Video: Sitecore Marketing Quick Tip – “My Toolbar”

According to the internet: actor, author, painter, musician, comedian, Steve Martin once said, “A day without sunshine is like, you know, night.” With that insight, I want to share a quick tip that, for you, may live in the same space of obviousness as Mr. Martin’s statement. In Sitecore, for regular users in the Content […]

Video: Sitecore Marketing Quick Tip – “Links” Tool

Hey Sitecore marketers (new and veteran) I am starting a secondary series of training videos. My original series of videos on YouTube are a bit longer-format and cover off on the necessary basics to mature as a Sitecore CXP marketer. This new Quick Tip series is designed to deliver small bites of video training on an […]