Search
XiP
Getting Started
Operation
Maintenance & Care
Operation
Maintenance & Care
XiP Pro
Getting Started
Operation
Maintenance & Care
Operation
Maintenance & Care
NXE/NXD
Getting Started
Operation
Maintenance & Care
Operation
Maintenance & Care
NexaX
Installation & Setup
Basic Operation
Pro Features
Basic Operation
Pro Features
Post-Processing
General Post Processing Steps
xWash & xCure Operation
Wash+Cure Operation
xWash & xCure Operation
Wash+Cure Operation
Materials / Applications
Material Application Notes
Freeform Injection Molding
Dental
Freeform Injection Molding
Dental
-
<% articles.forEach(function(article) { %>
- <% }); %>
<% articles.forEach(function(article) { %>
<% } else { %>
<%= article.title %>
<% }) %>
<%= Util.getExcerpt(article.body, 0) %>
empty
<% } %>Categories
Toggle navigation menu
Categories
-
<% sections.forEach(function(section) { %>
-
<%= 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 %> <% }); %>
<% }); %>
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-section-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
maxArticles: maxArticles,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.slice(0, maxArticles).forEach(function(article) { %>
- <%= article.title %> <% }); %> <% if (section.articles.length > maxArticles) { %>
- See all articles <% } %>
<% }); %>
<% if (previousArticle) { %>
<% } %>
<% var getColumnClasses = function(numberColumns) {
var classNames = '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;
} %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>-
<% blocks.forEach(function(block, index) { %>
-
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<% if (block.html_url) { %> <%= block.name %> <% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %><%= block.description %>
<% } %>
<% }) %>