Posts

Showing posts from August, 2015

Dojo Refresh handler

1.  Create a refreshable div of dojo <div dojoType="wc.widget.RefreshArea" id="MiniShoppingCart" widgetId="MiniShoppingCart" controllerId="MiniShoppingCartController" onmouseover="showMiniShopCartDropDown('placeHolder','quick_cart_container','orderItemsList');" role="wairole:region" waistate:live="polite" waistate:atomic="true" waistate:relevant="all"> <%out.flush();%> <c:import url="${jspStoreDir}include/MiniShopCartDisplay.jsp">  <%-- variables come from HeaderDisplay.jspf --%>   <c:param name="storeId" value="${param.storeId}"/> <c:param name="catalogId" value="${param.catalogId}"/> <c:param name="langId" value="${param.langId}"/> </c:import> <%out.flush();%>