Skip to main content
| Help Center
Toggle navigation menu
Contact Us
Sign in
Dialpad
What’s New at Dialpad
Dialpad Meetings Mobile Release Notes
Dialpad Meetings Mobile Release Notes
Find out what we introduced in the latest version of Dialpad Meetings for iOS and Android.
Dialpad Meetings Android Release Notes 23.05.15
Dialpad Meetings Android Release Notes 23.04.25
Dialpad Meetings Android Release Notes 23.03.03
Dialpad Meetings Android Release Notes 23.02.10
Dialpad Meetings Android Release Notes 22.12.02
Dialpad Meetings Android App Release Notes 22.11.03
Dialpad Meetings iOS Release Notes 22.09.27
Dialpad Meetings Android App Release Notes 22.08.12
iOS Release Notes 22.07.26
Android Release Notes 22.07.26
Dialpad Meetings Android App Release Notes 22.07.08
iOS Dialpad Meetings Release Notes for 22.07.08
Dialpad Meetings iOS Release Notes 22.06.13
Dialpad Meetings Android Release Notes 22.06.13
Android Release Notes for 22.01.07
Dialpad Meetings Android Release Notes for 21.10.29
Dialpad Meetings Android Release Notes through 20.07.31
Dialpad Meetings iOS Release Notes through 20.06.18
Dialpad Meetings Android Release Notes through 20.05.29
Dialpad Meetings iOS Release Notes through 20.04.14
Dialpad Meetings Android Release Notes through 20.04.11
Dialpad Meetings Android Release Notes through 20.03.27
Dialpad Meetings Android Release Notes for 21.03.19
Dialpad Meetings iOS Release Notes through 20.02.04
Dialpad Meetings iOS Release Notes through 20.01.03
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
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 (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 %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>