Skip to main content
Toggle navigation menu
Back to website
Submit a request
Sign in
Wicket Support
What's new
Release Notes
Search
Release Notes
v2.87.0 - August 29, 2024
v2.86.0 - August 8, 2024
v2.85.0 - July 24th, 2024
v2.84.0 - June 19th, 2024
v2.83.0 - June 4th, 2024
v2.82.3 - May 17th, 2024
v2.82.1 - April 30th, 2024
v2.82.0 - April 29th, 2024
v2.81.0 - April 18th, 2024
v2.80.0 - April 10th, 2024
v2.79.1 - April 8th, 2024
v2.79.0 - March 20th, 2024
v2.77.4 - March 6th, 2024
v2.77.3 - February 22nd, 2024
v2.77.0 - February 20th, 2024
v2.76.0 - February 8th, 2024
v2.75.1 - Jan 25th, 2024
v2.75.0 - January 23rd, 2024
v2.74.0 - Jan 9th, 2024
v2.73.1 - Dec 18th, 2023
v2.72.1 - Nov 27th, 2023
v2.72.0 - November 23rd, 2023
v2.71.0 - Oct 31st, 2023
v2.70.1 - Oct 19th, 2023
v2.70.0 - Oct 18th, 2023
v2.69.0 - Sept 21st, 2023
v2.68.0 - Aug 29th, 2023
v2.67.0 - August 9th, 2023
v2.66.1 - July 20th, 2023
v2.65.0 - Jun 6, 2023
Next
›
Last
»
<% var getColumnClasses = function(columnNumber) { var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
Have questions? We've got answers!
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% var getColumnClasses = function(columnNumber) { var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
Get in touch
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Still need help?
Contact us
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 12 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %> <% if (category.isActive) { %>
<% } %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %> <% if (section.isActive) { %>
<% } %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>