<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>UI Customization</title><link>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>UI Customization</title><link>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization</link><pubDate>Wed, 05 Aug 2020 14:44:35 GMT</pubDate><guid isPermaLink="false">e9e43bf2-3fe5-4b0d-9ada-442ecc9d53c5</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization#comments</comments><description>Current Revision posted to Developer Training by Former Member on 08/05/2020 14:44:35&lt;br /&gt;
&lt;p&gt;The user experience of Verint Community is designed to support rich customization options, from simple page layout and end-user configurable changes, to custom widgets and new API declaration for rich integrations. Themes, widgets, and [[Plugins|plugin]]-based UI extensions can all be utilized to customize the user experience of Verint Community.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png"&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a id="ThemesThemes_and_WidgetsWidgets" name="ThemesThemes_and_WidgetsWidgets"&gt;&lt;/a&gt;[[Themes|Themes]] and [[Widgets|Widgets]]&lt;/h2&gt;
&lt;p&gt;The user experience provided to end-users is defined by [[Themes|themes]]. Themes are the set of all global styling and scripted behaviors and define all page content (headers, content, and footers) which includes the layout, functionality inclusion, and configuration of the functionality on each page/URL served from the theme. The functionality of each page is implemented using [[Widgets|widgets]] which are templated fragments of HTML and Javascript that have access to the [[api-documentation:widget theme and automation apis|Widget API]] and [[api-documentation:REST API Documentation|REST API]]. When put together on a page, widgets fully implement the functionality of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/6862.png" /&gt;&lt;br /&gt;&lt;em&gt;A complete page and the edit view of the page, showing the widgets used to compose the page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Widgets]] can be customized (and new widgets can be created) within the widget editor within the administration of a Verint Community site and deployed either via exporting/importing or using&amp;nbsp;[[UI Automation|UI automation API]] or [[Managing Widget Source and Distribution|a complete widget deployment package]].&lt;/p&gt;
&lt;p&gt;The Social theme, which is included as the default theme for Verint Community, supports responsive design for [[Responsive Design|mobile devices]].&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a id="UI_ExtensibilityUI_Extensions" name="UI_ExtensibilityUI_Extensions"&gt;&lt;/a&gt;[[UI Extensibility|UI Extensions]]&lt;/h2&gt;
&lt;p&gt;In addition to the front-end UI customizations using widgets and themes, Verint Community also supports extending the UI via [[Plugins|plugins]] supporting UI functionality.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Management_ExtensibilityManagement" name="Management_ExtensibilityManagement"&gt;&lt;/a&gt;[[Extending the Contextual Management UI|Management]]&lt;/h3&gt;
&lt;p&gt;The user experience provided to managers of applications, groups, and themes is defined using [[Extending the Contextual Management UI|management panels]]. Management panels are exposed in the front UI by clicking the&amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png"&gt;&lt;img alt=" " src="/resized-image/__size/24x18/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png" /&gt;&lt;/a&gt;icon:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/3465.png" /&gt;&lt;br /&gt;&lt;em&gt;A&amp;nbsp;management panel, Group Options, shown over a front-end themed page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Extending the Contextual Management UI|Management panels]] are related to a specific context (for example, a group or a blog) and are shown overlaying the front-end UI (defined by the current theme). Management panels are intended to expose privileged functionality related to the current context that shouldn&amp;#39;t be part of the themeable front-end UI.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Administration_ExtensibilityAdministration" name="Administration_ExtensibilityAdministration"&gt;&lt;/a&gt;[[Extending the Administration UI|Administration]]&lt;/h3&gt;
&lt;p&gt;Site-wide administration options are exposed via&amp;nbsp;[[Extending the Administration UI|administration panels]]. Administration panels are accessed by clicking &lt;strong&gt;Administration&lt;/strong&gt; within the top-level management panel options and are shown within a new page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7041.png" /&gt;&lt;br /&gt;&lt;em&gt;The administration UI, composed of administration panels.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Extending the Administration UI|Administration panels]] are globally relevant (not contextual). They are intended to expose site-wide options (such as plugin enablement/configuration) and administrative functionality (such as log viewing).&lt;/p&gt;
&lt;h3&gt;&lt;a id="UI_ExtensibilityOther_UI_Extensibility" name="UI_ExtensibilityOther_UI_Extensibility"&gt;&lt;/a&gt;[[UI Extensibility|Other UI Extensibility]]&lt;/h3&gt;
&lt;p&gt;Verint Community exposes a set of [[Plugins/Framework extension|plugins]] that enable specific extensibility of UI functions. This includes [[Extending the Content Editor|editor extension]], [[HTML Headers|HTML header extensions]], [[HTTP Callbacks|custom HTTP callbacks]], [[Page Definition and URL Routing|new URL/routing extensions]], [[Sockets|custom live communication sockets]], and widget development extensions.&lt;/p&gt;
&lt;p&gt;For a full list of UI-specific plugin types, see [[UI Extensibility]].&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: API&lt;/div&gt;
</description></item><item><title>UI Customization</title><link>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization/revision/6</link><pubDate>Wed, 05 Aug 2020 14:44:12 GMT</pubDate><guid isPermaLink="false">e9e43bf2-3fe5-4b0d-9ada-442ecc9d53c5</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization#comments</comments><description>Revision 6 posted to Developer Training by Former Member on 08/05/2020 14:44:12&lt;br /&gt;
&lt;p&gt;The user experience of Verint Community is designed to support rich customization options, from simple page layout and end-user configurable changes, to custom widgets and new API declaration for rich integrations. Themes, widgets, and [[Plugins|plugin]]-based UI extensions can all be utilized to customize the user experience of Verint Community.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png"&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a id="ThemesThemes_and_WidgetsWidgets" name="ThemesThemes_and_WidgetsWidgets"&gt;&lt;/a&gt;[[Themes|Themes]] and [[Widgets|Widgets]]&lt;/h2&gt;
&lt;p&gt;The user experience provided to end-users is defined by [[Themes|themes]]. Themes are the set of all global styling and scripted behaviors and define all page content (headers, content, and footers) which includes the layout, functionality inclusion, and configuration of the functionality on each page/URL served from the theme. The functionality of each page is implemented using [[Widgets|widgets]] which are templated fragments of HTML and Javascript that have access to the [[api-documentation:widget theme and automation apis|Widget API]] and [[api-documentation:REST API Documentation|REST API]]. When put together on a page, widgets fully implement the functionality of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/6862.png" /&gt;&lt;br /&gt;&lt;em&gt;A complete page and the edit view of the page, showing the widgets used to compose the page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Widgets]] can be customized (and new widgets can be created) within the widget editor within the administration of a Verint Community site and deployed either via exporting/importing or using&amp;nbsp;[[UI Automation|UI automation API]] or [[Managing Widget Source and Distribution|a complete widget deployment package]].&lt;/p&gt;
&lt;p&gt;The Social theme, which is included as the default theme for Verint Community, supports responsive design for [[Mobile|mobile devices]].&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a id="UI_ExtensibilityUI_Extensions" name="UI_ExtensibilityUI_Extensions"&gt;&lt;/a&gt;[[UI Extensibility|UI Extensions]]&lt;/h2&gt;
&lt;p&gt;In addition to the front-end UI customizations using widgets and themes, Verint Community also supports extending the UI via [[Plugins|plugins]] supporting UI functionality.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Management_ExtensibilityManagement" name="Management_ExtensibilityManagement"&gt;&lt;/a&gt;[[Extending the Contextual Management UI|Management]]&lt;/h3&gt;
&lt;p&gt;The user experience provided to managers of applications, groups, and themes is defined using [[Extending the Contextual Management UI|management panels]]. Management panels are exposed in the front UI by clicking the&amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png"&gt;&lt;img alt=" " src="/resized-image/__size/24x18/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png" /&gt;&lt;/a&gt;icon:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/3465.png" /&gt;&lt;br /&gt;&lt;em&gt;A&amp;nbsp;management panel, Group Options, shown over a front-end themed page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Extending the Contextual Management UI|Management panels]] are related to a specific context (for example, a group or a blog) and are shown overlaying the front-end UI (defined by the current theme). Management panels are intended to expose privileged functionality related to the current context that shouldn&amp;#39;t be part of the themeable front-end UI.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Administration_ExtensibilityAdministration" name="Administration_ExtensibilityAdministration"&gt;&lt;/a&gt;[[Extending the Administration UI|Administration]]&lt;/h3&gt;
&lt;p&gt;Site-wide administration options are exposed via&amp;nbsp;[[Extending the Administration UI|administration panels]]. Administration panels are accessed by clicking &lt;strong&gt;Administration&lt;/strong&gt; within the top-level management panel options and are shown within a new page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7041.png" /&gt;&lt;br /&gt;&lt;em&gt;The administration UI, composed of administration panels.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Extending the Administration UI|Administration panels]] are globally relevant (not contextual). They are intended to expose site-wide options (such as plugin enablement/configuration) and administrative functionality (such as log viewing).&lt;/p&gt;
&lt;h3&gt;&lt;a id="UI_ExtensibilityOther_UI_Extensibility" name="UI_ExtensibilityOther_UI_Extensibility"&gt;&lt;/a&gt;[[UI Extensibility|Other UI Extensibility]]&lt;/h3&gt;
&lt;p&gt;Verint Community exposes a set of [[Plugins/Framework extension|plugins]] that enable specific extensibility of UI functions. This includes [[Extending the Content Editor|editor extension]], [[HTML Headers|HTML header extensions]], [[HTTP Callbacks|custom HTTP callbacks]], [[Page Definition and URL Routing|new URL/routing extensions]], [[Sockets|custom live communication sockets]], and widget development extensions.&lt;/p&gt;
&lt;p&gt;For a full list of UI-specific plugin types, see [[UI Extensibility]].&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: API&lt;/div&gt;
</description></item><item><title>UI Customization</title><link>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization/revision/5</link><pubDate>Wed, 05 Aug 2020 14:42:28 GMT</pubDate><guid isPermaLink="false">e9e43bf2-3fe5-4b0d-9ada-442ecc9d53c5</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization#comments</comments><description>Revision 5 posted to Developer Training by Former Member on 08/05/2020 14:42:28&lt;br /&gt;
&lt;p&gt;The user experience of Verint Community is designed to support rich customization options, from simple page layout and end-user configurable changes, to custom widgets and new API declaration for rich integrations. Themes, widgets, and [[Plugins|plugin]]-based UI extensions can all be utilized to customize the user experience of Verint Community.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png"&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a id="ThemesThemes_and_WidgetsWidgets" name="ThemesThemes_and_WidgetsWidgets"&gt;&lt;/a&gt;[[Themes|Themes]] and [[Widgets|Widgets]]&lt;/h2&gt;
&lt;p&gt;The user experience provided to end-users is defined by [[Themes|themes]]. Themes are the set of all global styling and scripted behaviors and define all page content (headers, content, and footers) which includes the layout, functionality inclusion, and configuration of the functionality on each page/URL served from the theme. The functionality of each page is implemented using [[Widgets|widgets]] which are templated fragments of HTML and Javascript that have access to the [[api-documentation:widget theme and automation apis|Widget API]] and [[api-documentation:REST API Documentation|REST API]]. When put together on a page, widgets fully implement the functionality of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/6862.png" /&gt;&lt;br /&gt;&lt;em&gt;A complete page and the edit view of the page, showing the widgets used to compose the page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Widgets]] can be customized (and new widgets can be created) within the widget editor within the administration of a Verint Community site and deployed either via exporting/importing or using&amp;nbsp;[[UI Automation|UI automation API]] or [[Managing Widget Source and Distribution|a complete widget deployment package]].&lt;/p&gt;
&lt;p&gt;The Social theme, which is included as the default theme for Verint Community, supports responsive design for [[Mobile|mobile devices]].&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a id="UI_ExtensibilityUI_Extensions" name="UI_ExtensibilityUI_Extensions"&gt;&lt;/a&gt;[[UI Extensibility|UI Extensions]]&lt;/h2&gt;
&lt;p&gt;In addition to the front-end UI customizations using widgets and themes, Verint Community also supports extending the UI via [[Plugins|plugins]] supporting UI functionality.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Management_ExtensibilityManagement" name="Management_ExtensibilityManagement"&gt;&lt;/a&gt;[[Management Extensibility|Management]]&lt;/h3&gt;
&lt;p&gt;The user experience provided to managers of applications, groups, and themes is defined using [[Management Extensibility|management panels]]. Management panels are exposed in the front UI by clicking the&amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png"&gt;&lt;img alt=" " src="/resized-image/__size/24x18/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png" /&gt;&lt;/a&gt;icon:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/3465.png" /&gt;&lt;br /&gt;&lt;em&gt;A&amp;nbsp;management panel, Group Options, shown over a front-end themed page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Management Extensibility|Management panels]] are related to a specific context (for example, a group or a blog) and are shown overlaying the front-end UI (defined by the current theme). Management panels are intended to expose privileged functionality related to the current context that shouldn&amp;#39;t be part of the themeable front-end UI.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Administration_ExtensibilityAdministration" name="Administration_ExtensibilityAdministration"&gt;&lt;/a&gt;[[Extending the Administration UI|Administration]]&lt;/h3&gt;
&lt;p&gt;Site-wide administration options are exposed via&amp;nbsp;[[Extending the Administration UI|administration panels]]. Administration panels are accessed by clicking &lt;strong&gt;Administration&lt;/strong&gt; within the top-level management panel options and are shown within a new page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7041.png" /&gt;&lt;br /&gt;&lt;em&gt;The administration UI, composed of administration panels.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[&lt;span&gt;Extending the Administration UI&lt;/span&gt;|Administration panels]] are globally relevant (not contextual). They are intended to expose site-wide options (such as plugin enablement/configuration) and administrative functionality (such as log viewing).&lt;/p&gt;
&lt;h3&gt;&lt;a id="UI_ExtensibilityOther_UI_Extensibility" name="UI_ExtensibilityOther_UI_Extensibility"&gt;&lt;/a&gt;[[UI Extensibility|Other UI Extensibility]]&lt;/h3&gt;
&lt;p&gt;Verint Community exposes a set of [[Plugins/Framework extension|plugins]] that enable specific extensibility of UI functions. This includes [[Extending the Content Editor|editor extension]], [[HTML Headers|HTML header extensions]], [[HTTP Callbacks|custom HTTP callbacks]], [[Page Definition and URL Routing|new URL/routing extensions]], [[Sockets|custom live communication sockets]], and widget development extensions.&lt;/p&gt;
&lt;p&gt;For a full list of UI-specific plugin types, see [[UI Extensibility]].&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: API&lt;/div&gt;
</description></item><item><title>UI Customization</title><link>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization/revision/4</link><pubDate>Wed, 05 Aug 2020 14:40:41 GMT</pubDate><guid isPermaLink="false">e9e43bf2-3fe5-4b0d-9ada-442ecc9d53c5</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization#comments</comments><description>Revision 4 posted to Developer Training by Former Member on 08/05/2020 14:40:41&lt;br /&gt;
&lt;p&gt;The user experience of Verint Community is designed to support rich customization options, from simple page layout and end-user configurable changes, to custom widgets and new API declaration for rich integrations. Themes, widgets, and [[Plugins|plugin]]-based UI extensions can all be utilized to customize the user experience of Verint Community.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png"&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a id="ThemesThemes_and_WidgetsWidgets" name="ThemesThemes_and_WidgetsWidgets"&gt;&lt;/a&gt;[[Themes|Themes]] and [[Widgets|Widgets]]&lt;/h2&gt;
&lt;p&gt;The user experience provided to end-users is defined by [[Themes|themes]]. Themes are the set of all global styling and scripted behaviors and define all page content (headers, content, and footers) which includes the layout, functionality inclusion, and configuration of the functionality on each page/URL served from the theme. The functionality of each page is implemented using [[Widgets|widgets]] which are templated fragments of HTML and Javascript that have access to the [[api-documentation:widget theme and automation apis|Widget API]] and [[api-documentation:REST API Documentation|REST API]]. When put together on a page, widgets fully implement the functionality of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/6862.png" /&gt;&lt;br /&gt;&lt;em&gt;A complete page and the edit view of the page, showing the widgets used to compose the page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Widgets]] can be customized (and new widgets can be created) within the widget editor within the administration of a Verint Community site and deployed either via exporting/importing or using&amp;nbsp;[[UI Automation|UI automation API]] or [[Managing Widget Source and Distribution|a complete widget deployment package]].&lt;/p&gt;
&lt;p&gt;The Social theme, which is included as the default theme for Verint Community, supports responsive design for [[Mobile|mobile devices]].&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a id="UI_ExtensibilityUI_Extensions" name="UI_ExtensibilityUI_Extensions"&gt;&lt;/a&gt;[[UI Extensibility|UI Extensions]]&lt;/h2&gt;
&lt;p&gt;In addition to the front-end UI customizations using widgets and themes, Verint Community also supports extending the UI via [[Plugins|plugins]] supporting UI functionality.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Management_ExtensibilityManagement" name="Management_ExtensibilityManagement"&gt;&lt;/a&gt;[[Management Extensibility|Management]]&lt;/h3&gt;
&lt;p&gt;The user experience provided to managers of applications, groups, and themes is defined using [[Management Extensibility|management panels]]. Management panels are exposed in the front UI by clicking the&amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png"&gt;&lt;img alt=" " src="/resized-image/__size/24x18/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png" /&gt;&lt;/a&gt;icon:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/3465.png" /&gt;&lt;br /&gt;&lt;em&gt;A&amp;nbsp;management panel, Group Options, shown over a front-end themed page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Management Extensibility|Management panels]] are related to a specific context (for example, a group or a blog) and are shown overlaying the front-end UI (defined by the current theme). Management panels are intended to expose privileged functionality related to the current context that shouldn&amp;#39;t be part of the themeable front-end UI.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Administration_ExtensibilityAdministration" name="Administration_ExtensibilityAdministration"&gt;&lt;/a&gt;[[Administration Extensibility|Administration]]&lt;/h3&gt;
&lt;p&gt;Site-wide administration options are exposed via&amp;nbsp;[[Administration Extensibility|administration panels]]. Administration panels are accessed by clicking &lt;strong&gt;Administration&lt;/strong&gt; within the top-level management panel options and are shown within a new page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7041.png" /&gt;&lt;br /&gt;&lt;em&gt;The administration UI, composed of administration panels.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Administration Extensibility|Administration panels]] are globally relevant (not contextual). They are intended to expose site-wide options (such as plugin enablement/configuration) and administrative functionality (such as log viewing).&lt;/p&gt;
&lt;h3&gt;&lt;a id="UI_ExtensibilityOther_UI_Extensibility" name="UI_ExtensibilityOther_UI_Extensibility"&gt;&lt;/a&gt;[[UI Extensibility|Other UI Extensibility]]&lt;/h3&gt;
&lt;p&gt;Verint Community exposes a set of [[Plugins/Framework extension|plugins]] that enable specific extensibility of UI functions. This includes [[Extending the Content Editor|editor extension]], [[HTML Headers|HTML header extensions]], [[HTTP Callbacks|custom HTTP callbacks]], [[Page Definition and URL Routing|new URL/routing extensions]], [[Sockets|custom live communication sockets]], and widget development extensions.&lt;/p&gt;
&lt;p&gt;For a full list of UI-specific plugin types, see [[UI Extensibility]].&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: API&lt;/div&gt;
</description></item><item><title>UI Customization</title><link>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization/revision/3</link><pubDate>Wed, 05 Aug 2020 14:40:15 GMT</pubDate><guid isPermaLink="false">e9e43bf2-3fe5-4b0d-9ada-442ecc9d53c5</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization#comments</comments><description>Revision 3 posted to Developer Training by Former Member on 08/05/2020 14:40:15&lt;br /&gt;
&lt;p&gt;The user experience of Verint Community is designed to support rich customization options, from simple page layout and end-user configurable changes, to custom widgets and new API declaration for rich integrations. Themes, widgets, and [[Plugins|plugin]]-based UI extensions can all be utilized to customize the user experience of Verint Community.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png"&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a id="ThemesThemes_and_WidgetsWidgets" name="ThemesThemes_and_WidgetsWidgets"&gt;&lt;/a&gt;[[Themes|Themes]] and [[Widgets|Widgets]]&lt;/h2&gt;
&lt;p&gt;The user experience provided to end-users is defined by [[Themes|themes]]. Themes are the set of all global styling and scripted behaviors and define all page content (headers, content, and footers) which includes the layout, functionality inclusion, and configuration of the functionality on each page/URL served from the theme. The functionality of each page is implemented using [[Widgets|widgets]] which are templated fragments of HTML and Javascript that have access to the [[api-documentation:widget-theme-and-automation-apis|Widget API]] and [[api-documentation:REST API Documentation|REST API]]. When put together on a page, widgets fully implement the functionality of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/6862.png" /&gt;&lt;br /&gt;&lt;em&gt;A complete page and the edit view of the page, showing the widgets used to compose the page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Widgets]] can be customized (and new widgets can be created) within the widget editor within the administration of a Verint Community site and deployed either via exporting/importing or using&amp;nbsp;[[UI Automation|UI automation API]] or [[Managing Widget Source and Distribution|a complete widget deployment package]].&lt;/p&gt;
&lt;p&gt;The Social theme, which is included as the default theme for Verint Community, supports responsive design for [[Mobile|mobile devices]].&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a id="UI_ExtensibilityUI_Extensions" name="UI_ExtensibilityUI_Extensions"&gt;&lt;/a&gt;[[UI Extensibility|UI Extensions]]&lt;/h2&gt;
&lt;p&gt;In addition to the front-end UI customizations using widgets and themes, Verint Community also supports extending the UI via [[Plugins|plugins]] supporting UI functionality.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Management_ExtensibilityManagement" name="Management_ExtensibilityManagement"&gt;&lt;/a&gt;[[Management Extensibility|Management]]&lt;/h3&gt;
&lt;p&gt;The user experience provided to managers of applications, groups, and themes is defined using [[Management Extensibility|management panels]]. Management panels are exposed in the front UI by clicking the&amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png"&gt;&lt;img alt=" " src="/resized-image/__size/24x18/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png" /&gt;&lt;/a&gt;icon:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/3465.png" /&gt;&lt;br /&gt;&lt;em&gt;A&amp;nbsp;management panel, Group Options, shown over a front-end themed page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Management Extensibility|Management panels]] are related to a specific context (for example, a group or a blog) and are shown overlaying the front-end UI (defined by the current theme). Management panels are intended to expose privileged functionality related to the current context that shouldn&amp;#39;t be part of the themeable front-end UI.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Administration_ExtensibilityAdministration" name="Administration_ExtensibilityAdministration"&gt;&lt;/a&gt;[[Administration Extensibility|Administration]]&lt;/h3&gt;
&lt;p&gt;Site-wide administration options are exposed via&amp;nbsp;[[Administration Extensibility|administration panels]]. Administration panels are accessed by clicking &lt;strong&gt;Administration&lt;/strong&gt; within the top-level management panel options and are shown within a new page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7041.png" /&gt;&lt;br /&gt;&lt;em&gt;The administration UI, composed of administration panels.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Administration Extensibility|Administration panels]] are globally relevant (not contextual). They are intended to expose site-wide options (such as plugin enablement/configuration) and administrative functionality (such as log viewing).&lt;/p&gt;
&lt;h3&gt;&lt;a id="UI_ExtensibilityOther_UI_Extensibility" name="UI_ExtensibilityOther_UI_Extensibility"&gt;&lt;/a&gt;[[UI Extensibility|Other UI Extensibility]]&lt;/h3&gt;
&lt;p&gt;Verint Community exposes a set of [[Plugins/Framework extension|plugins]] that enable specific extensibility of UI functions. This includes [[Extending the Content Editor|editor extension]], [[HTML Headers|HTML header extensions]], [[HTTP Callbacks|custom HTTP callbacks]], [[Page Definition and URL Routing|new URL/routing extensions]], [[Sockets|custom live communication sockets]], and widget development extensions.&lt;/p&gt;
&lt;p&gt;For a full list of UI-specific plugin types, see [[UI Extensibility]].&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: API&lt;/div&gt;
</description></item><item><title>UI Customization</title><link>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization/revision/2</link><pubDate>Wed, 05 Aug 2020 14:39:13 GMT</pubDate><guid isPermaLink="false">e9e43bf2-3fe5-4b0d-9ada-442ecc9d53c5</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization#comments</comments><description>Revision 2 posted to Developer Training by Former Member on 08/05/2020 14:39:13&lt;br /&gt;
&lt;p&gt;The user experience of Verint Community is designed to support rich customization options, from simple page layout and end-user configurable changes, to custom widgets and new API declaration for rich integrations. Themes, widgets, and [[Plugins|plugin]]-based UI extensions can all be utilized to customize the user experience of Verint Community.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png"&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a id="ThemesThemes_and_WidgetsWidgets" name="ThemesThemes_and_WidgetsWidgets"&gt;&lt;/a&gt;[[Themes|Themes]] and [[Widgets|Widgets]]&lt;/h2&gt;
&lt;p&gt;The user experience provided to end-users is defined by [[Themes|themes]]. Themes are the set of all global styling and scripted behaviors and define all page content (headers, content, and footers) which includes the layout, functionality inclusion, and configuration of the functionality on each page/URL served from the theme. The functionality of each page is implemented using [[Widgets|widgets]] which are templated fragments of HTML and Javascript that have access to the [[api-documentation:Script API Documentation|Widget API]] and [[api-documentation:REST API Documentation|REST API]]. When put together on a page, widgets fully implement the functionality of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/6862.png" /&gt;&lt;br /&gt;&lt;em&gt;A complete page and the edit view of the page, showing the widgets used to compose the page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Widgets]] can be customized (and new widgets can be created) within the widget editor within the administration of a Verint Community site and deployed either via exporting/importing or using&amp;nbsp;[[UI Automation|UI automation API]] or [[Managing Widget Source and Distribution|a complete widget deployment package]].&lt;/p&gt;
&lt;p&gt;The Social theme, which is included as the default theme for Verint Community, supports responsive design for [[Mobile|mobile devices]].&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a id="UI_ExtensibilityUI_Extensions" name="UI_ExtensibilityUI_Extensions"&gt;&lt;/a&gt;[[UI Extensibility|UI Extensions]]&lt;/h2&gt;
&lt;p&gt;In addition to the front-end UI customizations using widgets and themes, Verint Community also supports extending the UI via [[Plugins|plugins]] supporting UI functionality.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Management_ExtensibilityManagement" name="Management_ExtensibilityManagement"&gt;&lt;/a&gt;[[Management Extensibility|Management]]&lt;/h3&gt;
&lt;p&gt;The user experience provided to managers of applications, groups, and themes is defined using [[Management Extensibility|management panels]]. Management panels are exposed in the front UI by clicking the&amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png"&gt;&lt;img alt=" " src="/resized-image/__size/24x18/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png" /&gt;&lt;/a&gt;icon:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/3465.png" /&gt;&lt;br /&gt;&lt;em&gt;A&amp;nbsp;management panel, Group Options, shown over a front-end themed page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Management Extensibility|Management panels]] are related to a specific context (for example, a group or a blog) and are shown overlaying the front-end UI (defined by the current theme). Management panels are intended to expose privileged functionality related to the current context that shouldn&amp;#39;t be part of the themeable front-end UI.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Administration_ExtensibilityAdministration" name="Administration_ExtensibilityAdministration"&gt;&lt;/a&gt;[[Administration Extensibility|Administration]]&lt;/h3&gt;
&lt;p&gt;Site-wide administration options are exposed via&amp;nbsp;[[Administration Extensibility|administration panels]]. Administration panels are accessed by clicking &lt;strong&gt;Administration&lt;/strong&gt; within the top-level management panel options and are shown within a new page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7041.png" /&gt;&lt;br /&gt;&lt;em&gt;The administration UI, composed of administration panels.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Administration Extensibility|Administration panels]] are globally relevant (not contextual). They are intended to expose site-wide options (such as plugin enablement/configuration) and administrative functionality (such as log viewing).&lt;/p&gt;
&lt;h3&gt;&lt;a id="UI_ExtensibilityOther_UI_Extensibility" name="UI_ExtensibilityOther_UI_Extensibility"&gt;&lt;/a&gt;[[UI Extensibility|Other UI Extensibility]]&lt;/h3&gt;
&lt;p&gt;Verint Community exposes a set of [[Plugins/Framework extension|plugins]] that enable specific extensibility of UI functions. This includes [[Extending the Content Editor|editor extension]], [[HTML Headers|HTML header extensions]], [[HTTP Callbacks|custom HTTP callbacks]], [[Page Definition and URL Routing|new URL/routing extensions]], [[Sockets|custom live communication sockets]], and widget development extensions.&lt;/p&gt;
&lt;p&gt;For a full list of UI-specific plugin types, see [[UI Extensibility]].&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>UI Customization</title><link>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization/revision/1</link><pubDate>Fri, 14 Jun 2019 17:09:12 GMT</pubDate><guid isPermaLink="false">e9e43bf2-3fe5-4b0d-9ada-442ecc9d53c5</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/65089/ui-customization#comments</comments><description>Revision 1 posted to Developer Training by Ben Tiedt on 06/14/2019 17:09:12&lt;br /&gt;
&lt;p&gt;The user experience of Telligent Community is designed to support rich customization options, from simple page layout and end-user configurable changes, to custom widgets and new API declaration for rich integrations. Themes, widgets, and [[Plugins|plugin]]-based UI extensions can all be utilized to customize the user experience of Telligent Community.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png"&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7217.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a id="ThemesThemes_and_WidgetsWidgets" name="ThemesThemes_and_WidgetsWidgets"&gt;&lt;/a&gt;[[Themes|Themes]] and [[Widgets|Widgets]]&lt;/h2&gt;
&lt;p&gt;The user experience provided to end-users is defined by [[Themes|themes]]. Themes are the set of all global styling and scripted behaviors and define all page content (headers, content, and footers) which includes the layout, functionality inclusion, and configuration of the functionality on each page/URL served from the theme. The functionality of each page is implemented using [[Widgets|widgets]] which are templated fragments of HTML and Javascript that have access to the [[api-documentation:Widget API Documentation|Widget API]] and [[api-documentation:REST API Documentation|REST API]]. When put together on a page, widgets fully implement the functionality of the page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/6862.png" /&gt;&lt;br /&gt;&lt;em&gt;A complete page and the edit view of the page, showing the widgets used to compose the page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Widgets]] can be customized (and new widgets can be created) within the widget editor within the administration of a Telligent Community site and deployed either via exporting/importing or using&amp;nbsp;[[UI Automation|UI automation API]] or [[Managing Widget Source and Distribution|a complete widget deployment package]].&lt;/p&gt;
&lt;p&gt;The Social theme, which is included as the default theme for Telligent Community, supports responsive design for [[Mobile|mobile devices]].&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a id="UI_ExtensibilityUI_Extensions" name="UI_ExtensibilityUI_Extensions"&gt;&lt;/a&gt;[[UI Extensibility|UI Extensions]]&lt;/h2&gt;
&lt;p&gt;In addition to the front-end UI customizations using widgets and themes, Telligent Community also supports extending the UI via [[Plugins|plugins]] supporting UI functionality.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Management_ExtensibilityManagement" name="Management_ExtensibilityManagement"&gt;&lt;/a&gt;[[Management Extensibility|Management]]&lt;/h3&gt;
&lt;p&gt;The user experience provided to managers of applications, groups, and themes is defined using [[Management Extensibility|management panels]]. Management panels are exposed in the front UI by clicking the&amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png"&gt;&lt;img alt=" " src="/resized-image/__size/24x18/__key/communityserver-wikis-components-files/00-00-00-12-83/Pencil.png" /&gt;&lt;/a&gt;icon:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/3465.png" /&gt;&lt;br /&gt;&lt;em&gt;A&amp;nbsp;management panel, Group Options, shown over a front-end themed page.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Management Extensibility|Management panels]] are related to a specific context (for example, a group or a blog) and are shown overlaying the front-end UI (defined by the current theme). Management panels are intended to expose privileged functionality related to the current context that shouldn&amp;#39;t be part of the themeable front-end UI.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Administration_ExtensibilityAdministration" name="Administration_ExtensibilityAdministration"&gt;&lt;/a&gt;[[Administration Extensibility|Administration]]&lt;/h3&gt;
&lt;p&gt;Site-wide administration options are exposed via&amp;nbsp;[[Administration Extensibility|administration panels]]. Administration panels are accessed by clicking &lt;strong&gt;Administration&lt;/strong&gt; within the top-level management panel options and are shown within a new page.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/7041.png" /&gt;&lt;br /&gt;&lt;em&gt;The administration UI, composed of administration panels.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[[Administration Extensibility|Administration panels]] are globally relevant (not contextual). They are intended to expose site-wide options (such as plugin enablement/configuration) and administrative functionality (such as log viewing).&lt;/p&gt;
&lt;h3&gt;&lt;a id="UI_ExtensibilityOther_UI_Extensibility" name="UI_ExtensibilityOther_UI_Extensibility"&gt;&lt;/a&gt;[[UI Extensibility|Other UI Extensibility]]&lt;/h3&gt;
&lt;p&gt;Telligent Community exposes a set of [[Plugins/Framework extension|plugins]] that enable specific extensibility of UI functions. This includes [[Extending the Content Editor|editor extension]], [[HTML Headers|HTML header extensions]], [[HTTP Callbacks|custom HTTP callbacks]], [[Page Definition and URL Routing|new URL/routing extensions]], [[Sockets|custom live communication sockets]], and widget development extensions.&lt;/p&gt;
&lt;p&gt;For a full list of UI-specific plugin types, see [[UI Extensibility]].&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>