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.35.0 - July 28th, 2020
v2.34.0 - July 21st, 2020
v2.33.0 - July 14th, 2020
v2.32.0 - July 7th, 2020
v2.31.0 - June 30th, 2020
v2.30.0 - June 16th, 2020
v2.29.0 - June 9th, 2020
v2.28.0 - June 2nd, 2020
v2.27.0 - May 11, 2020
v2.26.0 - April 21, 2020
v2.25.0 - April 7, 2020
v2.24.4 - March 30, 2020
v2.24.3 - March 6, 2020
v2.24.2 - March 5, 2020
v2.24.1 - March 3, 2020
v2.24.0 - February 18, 2020
v2.23.0 - February 13, 2020
v2.22.1 - February 5, 2020
v2.22.0 - January 28, 2020
v2.21.0 - January 14, 2020
v2.20.0 - January 7, 2020
v2.19.1 - December 17, 2019
v2.19.0 - December 10, 2019
v2.18.6 - December 3, 2019
v2.18.5 - November 21, 2019
v2.18.4 - November 12, 2019
v2.18.3 - November 05, 2019
v2.18.2 - October 29, 2019
v2.18.1 - October 18, 2019
v2.18.0 - October 8, 2019
«
First
‹
Previous
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
<% } %>
<% } %>