Skip to main content
CAS 360 Hong Kong
Toggle navigation menu
Learning Channel
Support
Community
Sign in
CAS 360 - Hong Kong
Community
BGL Announcement
BGL Announcement
Show no status
All
Planned
Not planned
Completed
Answered
No status
Sort by newest post
Newest post
Recent activity
Votes
Comments
CAS 360 Product Update – 30 May 2024
Teagan Crozier
31 May 2024 06:31
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