Skip to main content
CAS 360 Hong Kong
Toggle navigation menu
Learning Channel
Support
Community
Sign in
CAS 360 - Hong Kong
Community
General Discussion
General Discussion
Show no status
All
Planned
Not planned
Completed
Answered
No status
Sort by newest post
Newest post
Recent activity
Votes
Comments
BGL Community Rules
Pinned
Norman Michael
19 November 2024 05:18
0
votes
0
comments
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %>
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% if (categories.length) { %>
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<% }) %>
<% } %>
<% if (previousArticle || nextArticle) { %>
<% if (previousArticle) { %>
<%= previousArticle.title %>
<% } %> <% if (nextArticle) { %>
<%= nextArticle.title %>
<% } %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }); %>
of <%= children.length %>
<% } %>
Powered by Zendesk