SPEAK Component Reference

Size: px
Start display at page:

Download "SPEAK Component Reference"

Transcription

1 Sitecore Experience Platform SPEAK Component Reference Rev: 13 October 2014 Sitecore Experience Platform SPEAK Component Reference

2 Sitecore Experience Platform Table of Contents Chapter 1 Introduction Organization of SPEAK Components Changes in this version... 6 Chapter 2 Authentications AccountInformation... 8 Chapter 3 Behaviors MultiSelectList Scrollbar Chapter 4 Charts Error Handling in Chart Components, in Data Providers and in the Value Label AreaChart BarChart ColumnChart DoughnutChart JourneyChart LineChart PieChart RadarChart Configuration Item Templates for Chart Controls Chapter 5 Common ActionControl Button CheckBox ChildRenderer ComboBox DatePicker DropDownButton GlobalLogo HyperlinkButton IconButton IconHyperlinkButton Image ItemRenderer Label ListBox MessageBar Properties PageCode ProgressIndicator RadioButton Separator Slider SubAppRenderer SubPageCode Text TextArea TextBox ToggleButton ToolTip Chapter 6 Containers Page 2 of 274

3 SPEAK Component Reference 6.1 Accordion Border ColumnPanel Expander Frame LoadOnDemandPanel ProtectedBorder Repeater RowPanel Section SmartPanel TabControl Chapter 7 Data ChartDataProvider GenericDataProvider QueryDataSource SearchDataSource WebServiceDataSource Chapter 8 Dialogs DialogWindow Chapter 9 Forms Uploader UploaderInfo Chapter 10 Indicators ArrowIndicator ValueLabel Chapter 11 Lists and Grids Carousel ListControl TreeView Chapter 12 Navigation ApplicationLauncher Breadcrumb HyperlinkButtonsGroup Chapter 13 Resources Rule SettingsDictionary StringDictionary Chapter 14 Searching and Filtering FilterControl SearchPanel Chapter 15 Services EntityDataSource StoredQueryDataSource Chapter 16 Silverlight SilverlightFrame Chapter 17 Structures Substructures Page Structures - Applications Page Structures - Dialogs Page Structures - Framework Chapter 18 Alphabetical index Page 3 of 274

4 Sitecore Experience Platform Chapter 1 Introduction This chapter briefly describes how the SPEAK components are organized. Page 4 of 274

5 SPEAK Component Reference 1.1 Organization of SPEAK Components The SPEAK components are stored in two different places in the Sitecore content tree: Core components are in sitecore/client/speak/layouts/renderings, in these subfolders: o o o Common Data Resources Components for Sitecore.Services.Client are in the Sitecore/client/Services/Layouts/Renderings folder. The rest of the components are stored in sitecore/client/business Component Library/Layouts/Renderings, in these subfolders: o o o o o o o o o o o o o Authentications Behaviors Charts Common Containers Dialogs Forms Indicators Lists and Grids Navigation Searching and Filtering Silverlight Structures Two of these subfolders have the name, Common. The Add Rendering dialog box merges the components from these subfolders. Page 5 of 274

6 Sitecore Experience Platform 1.2 Changes in this version Accordion ActionControl ActionControl ActionControl Behavior property Border Chart- and GenericDataProviders ComboBox DatePicker EntityDataSource Image ListBox ListControl ListControl MultiSelectList behavior ProtectedBorder QueryDataSource Repeater Services SilverlightFrame SmartPanel StoredQueryDataSource Tooltip TreeView TreeView Uploader and UploaderInfo Uploader Added ImageUrl property. Additional Model and View Members. Favorites are now stored for the current page in each user profile. Spelling errors in some model member names corrected. All descriptions of the Behavior property changed to say "spaceseparated" instead of "comma-separated". Height property added. Descriptions now mentions getdata(). Changes in properties; new rebind function. Many changes. Added in the Services group. Changed list of model members. Changes in properties; new rebind function. Changed description of the Sorting property; added "sorting" model member. New property: AllowMultipleColumnSorting. Added check/uncheck methods to the description of the MultiSelectList behavior. Component added. Formatting property added. Clarified description. A new folder where the data sources that use Sitecore.Services.Client are located. Component added. Dimension property renamed to Dimensions. Added in the Service group. Animation property removed. Added ShowHiddenItems property. Expanded description of the ShowHidden property. New properties: BrowseButtonText, ShortDescriptionText; ShowAlternateTextField, ShowDescriptionField, ShowNameField. DestinationUrl property added. Page 6 of 274

7 SPEAK Component Reference Chapter 2 Authentications Page 7 of 274

8 Sitecore Experience Platform 2.1 AccountInformation The AccountInformation control shows two things: The name of the user that is logged in A logout link When users click the link, Sitecore logs them out Properties Name Description Default Appearance Behaviors A Behavior extends the default functionality of a component. You activate a behavior by entering the name of the behavior. You can enter several behaviors as a space-separated list. IsVisible If true, the control is visible. True ToolTip Behavior AccessKey DataSource Parameters PlaceholderKey Caching Cacheable VaryByData VaryByDevice VaryByLogin The control displays this text when users hover the mouse over the control. Lets you specify a single character that SPEAK renders as the HTML5 AccessKey attribute of the control. Points to a configuration item. By convention, you create the configuration item in the PageSettings folder under the page definition item. Text string with name-value pairs. An alternative method for assigning property values. Sitecore renders the control in the placeholder that has this ID. If true, Sitecore caches the HTML generated by this component, with entries varying based on the following VaryBy parameters set to true. Sitecore generates SPEAK component HTML on the server side and these settings influence how Sitecore caches the generated HTML. For more information on caching, refer to the SDN. Lets you specify whether output caching varies based on the data source of the control. Lets you specify whether caching varies based on the name of the context device. Lets you specify whether output caching varies based on whether the user has authenticated. None. Page 8 of 274

9 SPEAK Component Reference VaryByParameters Lets you specify whether output caching varies based on rendering parameters passed to the presentation component. VaryByQueryString Lets you specify whether output caching varies based on query string parameters passed in the URL. VaryByUser Data Database Lets you specify whether output caching varies by the domain and username of the context user. Specify the database that the Uploader control uploads files to: The exact name of a database, for example core, or master. $context_database: context database. $context_contentdatabase: content database. The context database. The control places the files in the Media Library of the database you specify. Design Id Lets you set the ID of the control Model Members There are no model members for this control View Members There are no view members for this control Configuration There are no configuration item templates for this control. Page 9 of 274

10 Sitecore Experience Platform Chapter 3 Behaviors Page 10 of 274

11 SPEAK Component Reference 3.1 MultiSelectList The MultiSelectList is only a relevant behavior for the ListControl control. The MultiSelectList behavior extends the ListControl with two properties: checkeditems - contains an array of the raw objects that the user has checked. checkeditemids - contains an array of the IDs of the items that the user has checked Methods The MultiSelect behavior also extends the ListControl with eight methods. You use these methods to control how and when items are checked and unchecked when the default functionality is not enough for your requirements. The methods and their arguments are: Usage: checkitem(item) checkitem(itemid) checkitems(array of items) checkitems(array of itemids) uncheckitem(item) uncheckitem(itemid) uncheckitems(array of items) uncheckitems(array of itemids) ListControl.viewModel.checkItem("{EB443C0B-F E-85F3-E7893C8C30C2}") When you call the checkitem() method like this, the MultiSelectList behavior 1. adds the ID of the specified item to the checkeditemids array, and 2. if ListControl contains a row for the specified item, then it adds this item to the checkeditems array and marks the row as checked. The MultiSelectList behavior scans the checkeditemids array when a new row is added to the ListControl, and it marks the appropriate rows as checked. It also updates the checkeditems array. This means that the checkeditemids array contains ID of items that have been requested to be checked, and the checkeditems array refers to items that are actually checked and shown in the ListControl. Page 11 of 274

12 Sitecore Experience Platform 3.2 Scrollbar The Scrollbar is only a relevant behavior for the ListControl control. The Scrollbar behavior adds a scrollbar to ListControl. Page 12 of 274

13 SPEAK Component Reference Chapter 4 Charts Page 13 of 274

14 Sitecore Experience Platform 4.1 Error Handling in Chart Components, in Data Providers and in the Value Label The chart components, the data providers, and the value label can all trigger an error event. When they trigger this event, they pass an object to the event. You can handle the error in different ways: you can use a MessageBar control, for example, or you can write to a console log. This PageCode JavaScript example writes an error object from an AreaChart control to a console log: this.areachart.on("error", function (errorobject) { console.log(errorobject); }); This errorobject contains two mandatory properties, name and message, and an optional property called response. Name This property identifies the kind of error, for example info, warning, or error. Message This is typically the error message itself. Response If the error is spawned by an AJAX call to a DataProvider, this is the response. Page 14 of 274

15 SPEAK Component Reference 4.2 AreaChart The AreaChart control shows an area chart. An area chart is very similar to a line chart. The difference is that in an area chart, the control fills the area below the line that connects the data points with color. The AreaChart control supports multiseries charts. When an AreaChart control shows a multiseries chart, you can specify if it shows the series stacked or unstacked. The AreaChart control supports showing a sequence of charts when the data it receives from the data provider contains multiple data sets Properties Name Description Default Appearance Behaviors A Behavior extends the default functionality of a component. You activate a behavior by entering the name of the behavior. You can enter several behaviors as a space-separated list. IsVisible If false, the control does not True take up space on the page. ShowAxis If true, the control shows True axes. ShowLegend If true, the control shows a True legend for the chart. ShowValues If true, the control shows the values of the data points inside the graph itself. SingleChartHeight Specify the height in pixels 400 of the chart. If the chart is part of sequence of charts, the control gives each individual chart this height. SingleChartWidth If you specify 100%, the chart takes up the available width. If you specify a number, the control gives the chart this width in pixels. If the chart is part of sequence of charts, 100% means each chart has the entire available width, and the chart sequence becomes a vertical sequence. If the chart is part of sequence of charts, and you specify an integer, the 100% Page 15 of 274

16 Sitecore Experience Platform StackSeries Tooltip VisibleCategoriesRange Behaviors AccessKey DataSource Parameters PlaceholderKey Caching Cacheable VaryByData control gives each chart this width in pixels, and the sequence of charts wraps horizontally. If true, the control stacks the distinctive series in a multiseries chart. Specify the text that you want displayed when the user hovers the mouse over the chart. If a multi-series chart and this number is > 0, the control will show this number of categories along the horizontal axis. If the data contains more categories, users have to scroll horizontally. If this number is 0, the control shows all categories. Lets you specify a single character that SPEAK renders as the HTML5 AccessKey attribute of the control. Text string with name value pairs. An alternative method for assigning property values Sitecore renders the control in the placeholder that has this ID. If true, Sitecore caches the HTML generated by this component, with entries varying based on the following VaryBy parameters set to true. Sitecore generates SPEAK component HTML on the server side and these settings influence how Sitecore caches the generated HTML. For more information on caching, refer to the SDN. Lets you specify whether output caching varies based on the data source None 0 Page 16 of 274

17 SPEAK Component Reference VaryByDevice VaryByLogin VaryByParameters VaryByQueryString VaryByUser Data Data DataMapping CategoryChartField CategoryFilter SeriesChartField SeriesFilter of the control. Lets you specify whether caching varies based on the name of the context device. Lets you specify whether output caching varies based on whether the user has authenticated. Lets you specify whether output caching varies based on rendering parameters passed to the presentation component. Lets you specify whether output caching varies based on query string parameters passed in the URL. Lets you specify whether output caching varies by the domain and username of the context user. Bind to the data the control uses, for example: {Binding.DataProvider.Data} Point to a ChartField item. The control uses this field as the X (horizontal) axis of the chart. Specify one or more values like this: {value1,value2}. The control uses each of these values to filter the data column the CategoryChartField points to. Point to a ChartField. The control uses this field as the definition of the series it shows. Specify one or more values like this: {value1,value2}. The control uses each of these values as a facet of the data column the SeriesChartField points to. If you do not enter anything, the control will create a facet for each distinct value in the data column. Page 17 of 274

18 Sitecore Experience Platform ValueChartFields Design Id Point to a ChartField item. The control uses this field as the Y (vertical) axis of the chart. Lets you set the ID of the control Configuration You can create a configuration item for an AreaChart by creating an item based on the AreaChart Parameters template. The configuration item has these inherited fields: ShowAxis ValueChartFields SingleChartWidth CategoryChartField ShowLegend Data ShowValues CategoryFilter SingleChartHeight IsVisible AccessKey Tooltip Behaviors Id VisibleCategoriesRange SeriesChartField SeriesFilter StackSeries Page 18 of 274

19 SPEAK Component Reference 4.3 BarChart The BarChart control shows a bar chart. A bar chart shows rectangular bars with lengths proportional to the values that they represent. The control plots the bars horizontally. The ColumnChart control is very similar, except that this control plots the bars ( columns ) vertically. The BarChart supports multiseries charts. When a BarChart control shows a multiseries chart, you can decide if it shows the series stacked or unstacked. The BarChart control supports showing a sequence of charts when the data it receives from the data provider contains multiple data sets Properties Name Description Default Appearance Behaviors A Behavior extends the default functionality of a component. You activate a behavior by entering the name of the behavior. You can enter several behaviors as a space-separated list. IsVisible If false, the control does not True take up space on the page. ShowAxis If true, the control shows True axes. ShowLegend If true, the control shows a True legend for the chart. ShowValues If true, the control shows the values of the data points inside the graph itself. SingleChartHeight Specify the height in pixels 400 of the chart. If the chart is part of sequence of charts, the control gives each individual chart this height. SingleChartWidth If you specify 100%, the chart takes up the available width. If you specify a number, the control gives the chart this width in pixels. If the chart is part of sequence of charts, 100% means each chart has the entire available width, and the chart sequence becomes a vertical sequence. If the chart is part of sequence of charts, and 100% Page 19 of 274

20 Sitecore Experience Platform StackSeries Tooltip VisibleCategoriesRange Behaviors AccessKey DataSource Parameters PlaceholderKey Caching Cacheable VaryByData you specify an integer, the control gives each chart this width in pixels, and the sequence of charts wraps horizontally. If true, the control stacks the distinctive series in a multiseries chart. Specify the text that you want displayed when the user hovers the mouse over the chart. If a multi-series chart and this number is > 0, the control will show this number of categories along the horizontal axis. If the data contains more categories, users have to scroll horizontally. If this number is 0, the control shows all categories. Lets you specify a single character that SPEAK renders as the HTML5 AccessKey attribute of the control. Text string with name value pairs. An alternative method for assigning property values Sitecore renders the control in the placeholder that has this ID. If true, Sitecore caches the HTML generated by this component, with entries varying based on the following VaryBy parameters set to true. Sitecore generates SPEAK component HTML on the server side and these settings influence how Sitecore caches the generated HTML. For more information on caching, refer to the SDN. Lets you specify whether output caching varies None 0 Page 20 of 274

21 SPEAK Component Reference VaryByDevice VaryByLogin VaryByParameters VaryByQueryString VaryByUser Data Data DataMapping CategoryChartField CategoryFilter SeriesChartField SeriesFilter based on the data source of the control. Lets you specify whether caching varies based on the name of the context device. Lets you specify whether output caching varies based on whether the user has authenticated. Lets you specify whether output caching varies based on rendering parameters passed to the presentation component. Lets you specify whether output caching varies based on query string parameters passed in the URL. Lets you specify whether output caching varies by the domain and username of the context user. Bind to the data the control uses, for example: {Binding.DataProvider.Data} Point to a ChartField item. The control uses this field as the X (horizontal) axis of the chart. Specify one or more values like this: {value1,value2}. The control uses each of these values to filter the data column the CategoryChartField points to. Point to a ChartField. The control uses this field as the definition of the series it shows. Specify one or more values like this: {value1,value2}. The control uses each of these values as a facet of the data column the SeriesChartField points to. If you do not enter anything, the control will create a facet for each distinct value Page 21 of 274

22 Sitecore Experience Platform ValueChartFields Design Id in the data column. Point to a ChartField item. The control uses this field as the Y (vertical) axis of the chart. Lets you set the ID of the control Configuration You can create a configuration item for a BarChart by creating an item based on the BarChart Parameters template. The configuration item has these inherited fields: ShowAxis ValueChartFields SingleChartWidth CategoryChartField ShowLegend Data ShowValues CategoryFilter SingleChartHeight IsVisible AccessKey Tooltip Behaviors Id VisibleCategoriesRange SeriesChartField SeriesFilter StackSeries Page 22 of 274

23 SPEAK Component Reference 4.4 ColumnChart The ColumnChart control shows a column chart. A colums chart shows rectangular columns with lengths proportional to the values that they represent. The control plots the columns vertically. The BarChart control is very similar, except that this control plots the columns ( bars ) horizontally. The ColumnChart supports multiseries charts. When a ColumnChart control shows a multiseries chart, you can decide if it shows the series stacked or unstacked. The ColumnChart control supports showing a sequence of charts when the data it receives from the data provider contains multiple data sets Properties Name Description Default Appearance Behaviors A Behavior extends the default functionality of a component. You activate a behavior by entering the name of the behavior. You can enter several behaviors as a space-separated list. IsVisible If false, the control does not True take up space on the page. ShowAxis If true, the control shows True axes. ShowLegend If true, the control shows a True legend for the chart. ShowValues If true, the control shows the values of the data points inside the graph itself. SingleChartHeight Specify the height in pixels 400 of the chart. If the chart is part of sequence of charts, the control gives each individual chart this height. SingleChartWidth If you specify 100%, the chart takes up the available width. If you specify a number, the control gives the chart this width in pixels. If the chart is part of sequence of charts, 100% means each chart has the entire available width, and the chart sequence becomes a vertical sequence. If the chart is part of sequence of charts, and 100% Page 23 of 274

24 Sitecore Experience Platform StackSeries Tooltip VisibleCategoriesRange Behaviors AccessKey DataSource Parameters PlaceholderKey Caching Cacheable VaryByData you specify an integer, the control gives each chart this width in pixels, and the sequence of charts wraps horizontally. If true, the control stacks the distinctive series in a multiseries chart. Specify the text that you want displayed when the user hovers the mouse over the chart. If a multi-series chart and this number is > 0, the control will show this number of categories along the horizontal axis. If the data contains more categories, users have to scroll horizontally. If this number is 0, the control shows all categories. Lets you specify a single character that SPEAK renders as the HTML5 AccessKey attribute of the control. Text string with name value pairs. An alternative method for assigning property values Sitecore renders the control in the placeholder that has this ID. If true, Sitecore caches the HTML generated by this component, with entries varying based on the following VaryBy parameters set to true. Sitecore generates SPEAK component HTML on the server side and these settings influence how Sitecore caches the generated HTML. For more information on caching, refer to the SDN. Lets you specify whether output caching varies None 0 Page 24 of 274

25 SPEAK Component Reference VaryByDevice VaryByLogin VaryByParameters VaryByQueryString VaryByUser Data Data DataMapping CategoryChartField CategoryFilter SeriesChartField SeriesFilter based on the data source of the control. Lets you specify whether caching varies based on the name of the context device. Lets you specify whether output caching varies based on whether the user has authenticated. Lets you specify whether output caching varies based on rendering parameters passed to the presentation component. Lets you specify whether output caching varies based on query string parameters passed in the URL. Lets you specify whether output caching varies by the domain and username of the context user. Bind to the data the control uses, for example: {Binding.DataProvider.Data} Point to a ChartField item. The control uses this field as the X (horizontal) axis of the chart. Specify one or more values like this: {value1,value2}. The control uses each of these values to filter the data column the CategoryChartField points to. Point to a ChartField. The control uses this field as the definition of the series it shows. Specify one or more values like this: {value1,value2}. The control uses each of these values as a facet of the data column the SeriesChartField points to. If you do not enter anything, the control will create a facet for each distinct value Page 25 of 274

26 Sitecore Experience Platform ValueChartFields Design Id in the data column. Point to a ChartField item. The control uses this field as the Y (vertical) axis of the chart. Lets you set the ID of the control Configuration You can create a configuration item for a ColumnChart by creating an item based on the ColumnChart Parameters template. The configuration item has these inherited fields: ShowAxis ValueChartFields SingleChartWidth CategoryChartField ShowLegend Data ShowValues CategoryFilter SingleChartHeight IsVisible AccessKey Tooltip Behaviors Id VisibleCategoriesRange SeriesChartField SeriesFilter StackSeries Page 26 of 274

27 SPEAK Component Reference 4.5 DoughnutChart The DoughnutChart control shows a doughnut chart. A doughnut chart displays values as percentages of a whole, and each value is an individual slice of the whole. Doughnut charts are functionally identical to pie charts. The DoughnutChart control does not support multiseries charts. The DoughnutChart control supports showing a sequence of charts when the data it receives from the data provider contains multiple data sets Properties Name Description Default Appearance Behaviors A Behavior extends the default functionality of a component. You activate a behavior by entering the name of the behavior. You can enter several behaviors as a space-separated list. IsVisible If false, the control does not True take up space on the page. ShowLegend If true, the control shows a True legend for the chart. ShowValues If true, the control shows the values of the data points inside the graph itself. SingleChartHeight Specify the height in pixels 400 of the chart. If the chart is part of sequence of charts, the control gives each individual chart this height. SingleChartWidth If you specify 100%, the chart takes up the available width. If you specify a number, the control gives the chart this width in pixels. If the chart is part of sequence of charts, 100% means each chart has the entire available width, and the chart sequence becomes a vertical sequence. If the chart is part of sequence of charts, and you specify an integer, the control gives each chart this width in pixels, and the 100% Page 27 of 274

28 Sitecore Experience Platform Tooltip Behaviors AccessKey DataSource Parameters PlaceholderKey Caching Cacheable VaryByData VaryByDevice VaryByLogin VaryByParameters sequence of charts wraps horizontally. Specify the text that you want displayed when the user hovers the mouse over the chart. Lets you specify a single character that SPEAK renders as the HTML5 AccessKey attribute of the control. Text string with name value pairs. An alternative method for assigning property values Sitecore renders the control in the placeholder that has this ID. If true, Sitecore caches the HTML generated by this component, with entries varying based on the following VaryBy parameters set to true. Sitecore generates SPEAK component HTML on the server side and these settings influence how Sitecore caches the generated HTML. For more information on caching, refer to the SDN. Lets you specify whether output caching varies based on the data source of the control. Lets you specify whether caching varies based on the name of the context device. Lets you specify whether output caching varies based on whether the user has authenticated. Lets you specify whether output caching varies based on rendering parameters passed to the presentation component. None VaryByQueryString Lets you specify whether Page 28 of 274

29 SPEAK Component Reference VaryByUser Data Data DataMapping CategoryChartField CategoryFilter ValueChartFields Design Id output caching varies based on query string parameters passed in the URL. Lets you specify whether output caching varies by the domain and username of the context user. Bind to the data the control uses, for example: {Binding.DataProvider.Data} Point to a ChartField item. The control uses this field labels for the slices. Specify one or more values like this: {value1,value2}. The control uses each of these values to filter the data column the CategoryChartField points to. Point to a ChartField item. The control uses this field as values of the slices. Lets you set the ID of the control Configuration You can create a configuration item for a DoughnutChart by creating an item based on the DoughnutChart Parameters template. The configuration item has these inherited fields: ShowAxis ValueChartFields SingleChartWidth CategoryChartField ShowLegend Data ShowValues CategoryFilter SingleChartHeight IsVisible AccessKey Page 29 of 274

30 Sitecore Experience Platform Tooltip Behaviors Id Page 30 of 274

31 SPEAK Component Reference 4.6 JourneyChart The JourneyChart control shows an extended ColumnChart chart. The JourneyChart control adds the following features to the ColumnChart: Users can select the time range ( duration ) of the data the control shows in the chart. Users can page back and forth. The control checks if there is data available for date ranges before or after the one that it currently shows. If so, the control shows page back and page forward buttons as appropriate. You can specify that users can drill up and drill down through time ranges. You can specify that users can open a Details Panel for the segments of the chart Duration and Units The Duration and Unit concepts are important for understanding how the JourneyChart control works. The Duration is the time range of the data the control displays. A Unit is the time range of a single segment of the chart. You create durations by creating Duration configuration items. You put the items you create in a folder under PageSettings, and you specify this folder in the DurationItems property of the Journey control You create a Duration item by creating an item based on the JourneyDuration template. The item has these fields: Field Duration Unit UnitStep CanDrillUp CanDrill Down Description Specify the time range of the data the control shows. The possible values: Day, Week, Month, Quarter, and Year. Specify the time range of single segment of the chart. The possible values: Hour, Day, Week, Month, Quarter, and Year. Specify how many units the control displays at a time (in a page ). If true, the control shows the Drill-Up button, and users can drill up. If true, the control shows the Drill-Down button, and users can drill down. SPEAK has a number of already configured DurationItems: There are Duration items for Hour, Day, Week, Month, Quarter, and Year. The Year item has CanDrillUp. The Hour item has CanDrillDown. All other settings of CanDrillUp and CanDrillDown are True. You specify Duration and Unit like this: DurationItem Duration Unit Hour None Hour Day Day Hour Week Week Day Month Month Day Quarter Quarter Week Page 31 of 274

32 Sitecore Experience Platform Year Year Month Drilling up and down Drilling down means that the control changes the duration to the current unit. For example, if the current duration is Week and the current unit is Day, the control drills down by setting the duration to Day and refreshing the data it shows. The control always shows a drill-down button, but it only enables this button in these conditions: The CanDrillDown of the current DurationItem is true The user has selected a segment Drilling up means that the control changes the duration to the duration that is one magnitude higher. For example, if the current duration is Week, the control drills up by setting the duration to Month and refreshing the data it shows. The control always shows a drill-up button, but it only enables it when there is a duration of a higher magnitude. Note that the sequence of durations can be different when users drill up and when they drill down. This happens, for example, when you use the preconfigured DurationItems. If a user drills down while the duration is Month, the duration will change to Day. When the user drills up while the duration is Day, the duration will change to Week Details Panel You can specify that SPEAK shows a Details Panel when users click on a segment in the JourneyChart control. Set the SegmentSelectedAction property of the JourneyChart control to ShowDetails Add a control, for example a ListControl, to the DetailsPanel placeholder You have to populate the control you have put in the DetailsPanel placeholder yourself. You can do this in PageCode. The following statement checks that then user has selected a segment and that the SegmentSelectedAction is ShowDetails : if (selectedsegment && selectedsegment.action === "ShowDetails") { // Log to the console the data object for selected segment console.log(selectedsegment.dataobject); } Properties Name Description Default Appearance Behaviors A Behavior extends the default functionality of a component. You activate a behavior by entering the name of the behavior. You can enter several behaviors as a space-separated list. IsVisible If false, the control does not take up True space on the page. ShowAxis If true, the control shows axes. True ShowLegend If true, the control shows a legend for the True Page 32 of 274

33 SPEAK Component Reference chart. ShowValues If true, the control shows the values of the data points inside the graph itself. SingleChartHeight Specify the height in pixels of the chart. If the chart is part of sequence of charts, the control gives each individual chart this height. SingleChartWidth If you specify 100% the chart takes up the available width. If you specify a number, the control gives the chart this width in pixels. If the chart is part of sequence of charts, 100% means each chart has the entire available width, and the chart sequence becomes a vertical sequence. If the chart is part of sequence of charts, and you specify an integer, the control gives each chart this width in pixels, and the sequence of charts wraps horizontally. StackSeries If true, the control stacks the distinctive series in a multiseries chart. Tooltip Specify the text that you want displayed when the user hovers the mouse over the chart. VisibleCategoriesRange If a multi-series chart and this number is > 0, the control will show this number of categories along the horizontal axis. If the data contains more categories, users have to scroll horizontally. If this number is 0, the control shows all categories. Behaviors AccessKey DataSource DurationItems IsDurationButtonsPanelVisible Parameters PlaceholderKey SegmentSelectedAction Lets you specify a single character that SPEAK renders as the HTML5 AccessKey attribute of the control. Specify a folder with DurationItems. The control has a Duration for each DurationItem in the folder. Is true, the control shows a panel with a button for each Duration. The control uses the Display Name of a DurationItem as a label for the button for that DurationItem. Text string with name value pairs. An alternative method for assigning property values Sitecore renders the control in the placeholder that has this ID. Specify what happens when users click a segment in the chart: % None 0 NoAction: nothing happens DrillDown: the control drills down Page 33 of 274

34 Sitecore Experience Platform to the next duration level. See the description of drill-down for further information. ShowDetails: the control shows a Details Panel for the segment. SelectedDurationItemId Caching Cacheable VaryByData VaryByDevice VaryByLogin VaryByParameters VaryByQueryString VaryByUser Data Data DataMapping CategoryChartField CategoryFilter SeriesChartField SeriesFilter Specify the DurationItem selected by the control when the page it is in opens. If true, Sitecore caches the HTML generated by this component, with entries varying based on the following VaryBy parameters set to true. Sitecore generates SPEAK component HTML on the server side and these settings influence how Sitecore caches the generated HTML. For more information on caching, refer to the SDN. Lets you specify whether output caching varies based on the data source of the control. Lets you specify whether caching varies based on the name of the context device. Lets you specify whether output caching varies based on whether the user has authenticated. Lets you specify whether output caching varies based on rendering parameters passed to the presentation component. Lets you specify whether output caching varies based on query string parameters passed in the URL. Lets you specify whether output caching varies by the domain and username of the context user. Bind to the data the control uses, for example: {Binding.ChartDataProvider.Data} Point to a ChartField item. The control uses this field as the X (horizontal) axis of the chart. Specify one or more values like this: {value1,value2}. The control uses each of these values to filter the data column the CategoryChartField points to. Point to a ChartField. The control uses this field as the definition of the series it shows. Specify one or more values like this: {value1,value2}. The control uses each of these values as a facet of the data Page 34 of 274

35 SPEAK Component Reference ValueChartFields Design Id column the SeriesChartField points to. If you do not enter anything, the control will create a facet for each distinct value in the data column. Point to a ChartField item. The control uses this field as the Y (vertical) axis of the chart. Lets you set the ID of the control Configuration You can create a configuration item for a JourneyChart by creating an item based on the JourneyFCChart Parameters template. The configuration item has these specific fields: SegmentSelectedAction DurationItems SelectedDurationItemId IsDurationButtonsPanelVisible It inherits these fields: ShowAxis ValueChartFields SingleChartWidth CategoryChartField ShowLegend Data ShowValues CategoryFilter SingleChartHeight IsVisible AccessKey Tooltip Behaviors Id VisibleCategoriesRange SeriesChartField SeriesFilter StackSeries Page 35 of 274

36 Sitecore Experience Platform 4.7 LineChart The LineChart control shows a line chart. A line chart displays information as a series of data points connected by straight-line segments. The LineChart control supports multi-axis charts. A multi-axis chart is a line chart that plots different values against the same category. Because each line in a multi-axis line chart is a different category, there is an axis for each value. The LineChart control shows a multi-axis line chart if you point it to a folder with multiple ChartField items in the ValueChartFields property. You can specify in the ChartField items if the LineChart control shows the axis for the value on the left or on right side of the chart. The LineChart control supports multiseries charts. The AreaChart control supports showing a sequence of charts when the data it receives from the data provider contains multiple data sets Properties Name Description Default Appearance Behaviors A Behavior extends the default functionality of a component. You activate a behavior by entering the name of the behavior. You can enter several behaviors as a space-separated list. IsVisible If false, the control does not True take up space on the page. ShowAxis If true, the control shows True axes. ShowLegend If true, the control shows a True legend for the chart. ShowValues If true, the control shows the values of the data points inside the graph itself. SingleChartHeight Specify the height in pixels 400 of the chart. If the chart is part of sequence of charts, the control gives each individual chart this height. SingleChartWidth If you specify 100%, the chart takes up the available width. If you specify a number, the control gives the chart this width in pixels. If the chart is part of sequence of charts, 100% means each chart has the entire available width, and the chart sequence 100% Page 36 of 274

37 SPEAK Component Reference Tooltip VisibleCategoriesRange Behaviors AccessKey DataSource Parameters PlaceholderKey Caching Cacheable VaryByData becomes a vertical sequence. If the chart is part of sequence of charts, and you specify an integer, the control gives each chart this width in pixels, and the sequence of charts wraps horizontally. Specify the text that you want displayed when the user hovers the mouse over the chart. It this number is > 0, the control will show this number of categories along the horizontal axis. If the data contains more categories, users have to scroll horizontally. If this number is 0, the control shows all categories. Lets you specify a single character that SPEAK renders as the HTML5 AccessKey attribute of the control. Text string with name value pairs. An alternative method for assigning property values Sitecore renders the control in the placeholder that has this ID. If true, Sitecore caches the HTML generated by this component, with entries varying based on the following VaryBy parameters set to true. Sitecore generates SPEAK component HTML on the server side and these settings influence how Sitecore caches the generated HTML. For more information on caching, refer to the SDN. Lets you specify whether output caching varies None 0 Page 37 of 274

38 Sitecore Experience Platform VaryByDevice VaryByLogin VaryByParameters VaryByQueryString VaryByUser Data Data DataMapping CategoryChartField CategoryFilter SeriesChartField SeriesFilter based on the data source of the control. Lets you specify whether caching varies based on the name of the context device. Lets you specify whether output caching varies based on whether the user has authenticated. Lets you specify whether output caching varies based on rendering parameters passed to the presentation component. Lets you specify whether output caching varies based on query string parameters passed in the URL. Lets you specify whether output caching varies by the domain and username of the context user. Bind to the data the control uses, for example: {Binding.DataProvider.Data} Point to a ChartField item. The control uses this field as the X (horizontal) axis of the chart. Specify one or more values like this: {value1,value2}. The control uses each of these values to filter the data column the CategoryChartField points to. Point to a ChartField. The control uses this field as the definition of the series it shows. Specify one or more values like this: {value1,value2}. The control uses each of these values as a facet of the data column the SeriesChartField points to. If you do not enter anything, the control will create a facet for each distinct value Page 38 of 274

39 SPEAK Component Reference ValueChartFields Design Id in the data column. Point to a ChartField item. The control uses this field as the Y (vertical) axis of the chart. You can specify multiple ChartField items as a comma-separated list. The LineChart control will show a graph and an axis for each value. Lets you set the ID of the control Configuration You can create a configuration item for a LineChart by creating an item based on the LineChart Parameters template. The configuration item has these inherited fields: ShowAxis ValueChartFields SingleChartWidth CategoryChartField ShowLegend Data ShowValues CategoryFilter SingleChartHeight IsVisible AccessKey Tooltip Behaviors Id VisibleCategoriesRange SeriesChartField SeriesFilter Page 39 of 274

40 Sitecore Experience Platform 4.8 PieChart The PieChart control shows a pie chart. A pie chart displays values as percentages of a whole, and each value is an individual slice of the whole. Pie charts are functionally identical to doughnut charts. The PieChart control does not support multiseries charts. The PieChart control supports showing a sequence of charts when the data it receives from the data provider contains multiple data sets Properties Name Description Default Appearance Behaviors A Behavior extends the default functionality of a component. You activate a behavior by entering the name of the behavior. You can enter several behaviors as a space-separated list. IsVisible If false, the control does not True take up space on the page. ShowLegend If true, the control shows a True legend for the chart. ShowValues If true, the control shows the values of the data points inside the graph itself. SingleChartHeight Specify the height in pixels 400 of the chart. If the chart is part of sequence of charts, the control gives each individual chart this height. SingleChartWidth If you specify 100%, the chart takes up the available width. If you specify a number, the control gives the chart this width in pixels. If the chart is part of sequence of charts, 100% means each chart has the entire available width, and the chart sequence becomes a vertical sequence. If the chart is part of sequence of charts, and you specify an integer, the control gives each chart this width in pixels, and the sequence of charts wraps 100% Page 40 of 274

41 SPEAK Component Reference Tooltip Behaviors AccessKey DataSource Parameters PlaceholderKey Caching Cacheable VaryByData VaryByDevice VaryByLogin VaryByParameters VaryByQueryString horizontally. Specify the text that you want displayed when the user hovers the mouse over the button. Lets you specify a single character that SPEAK renders as the HTML5 AccessKey attribute of the control. Text string with name value pairs. An alternative method for assigning property values Sitecore renders the control in the placeholder that has this ID. If true, Sitecore caches the HTML generated by this component, with entries varying based on the following VaryBy parameters set to true. Sitecore generates SPEAK component HTML on the server side and these settings influence how Sitecore caches the generated HTML. For more information on caching, refer to the SDN. Lets you specify whether output caching varies based on the data source of the control. Lets you specify whether caching varies based on the name of the context device. Lets you specify whether output caching varies based on whether the user has authenticated. Lets you specify whether output caching varies based on rendering parameters passed to the presentation component. Lets you specify whether output caching varies None Page 41 of 274

42 Sitecore Experience Platform VaryByUser Data Data DataMapping CategoryChartField CategoryFilter ValueChartFields Design Id based on query string parameters passed in the URL. Lets you specify whether output caching varies by the domain and username of the context user. Bind to the data the control uses, for example: {Binding.DataProvider.Data} Point to a ChartField item. The control uses this field labels for the slices. Specify one or more values like this: {value1,value2}. The control uses each of these values to filter the data column the CategoryChartField points to. Point to a ChartField item. The control uses this field as values of the slices. Lets you set the ID of the control Configuration You can create a configuration item for a PieChart by creating an item based on the PieChart Parameters template. The configuration item has these inherited fields: ShowAxis ValueChartFields SingleChartWidth CategoryChartField ShowLegend Data ShowValues CategoryFilter SingleChartHeight IsVisible AccessKey Tooltip Page 42 of 274

43 SPEAK Component Reference Behaviors Id Page 43 of 274

44 Sitecore Experience Platform 4.9 RadarChart The RadarChart control shows a radar chart. A radar chart consists of a sequence of equi-angular spokes, with each spoke representing a category. The data length of each spoke is proportional to the value of the data point for that category. A radar chart is also known as a web chart, a spider chart, a star chart, a star plot, and other names. The RadarChart control supports multiseries charts. The RadarChart control supports showing a sequence of charts when the data it receives from the data provider contains multiple data sets Properties Name Description Default Appearance Behaviors A Behavior extends the default functionality of a component. You activate a behavior by entering the name of the behavior. You can enter several behaviors as a space-separated list. IsVisible If false, the control does not True take up space on the page. ShowAxis If true, the control shows True axes. ShowLegend If true, the control shows a True legend for the chart. ShowValues If true, the control shows the values of the data points inside the graph itself. SingleChartHeight Specify the height in pixels 400 of the chart. If the chart is part of sequence of charts, the control gives each individual chart this height. SingleChartWidth If you specify 100%, the chart takes up the available width. If you specify a number, the control gives the chart this width in pixels. If the chart is part of sequence of charts, 100% means each chart has the entire available width, and the chart sequence becomes a vertical sequence. If the chart is part of 100% Page 44 of 274

SPEAK Component Reference

SPEAK Component Reference Sitecore Guide Template Rev: 26 November 2013 Sitecore CMS 7.1 SPEAK Component Reference Table of Contents Chapter 1 Authentications... 4 1.1 AccountInformation... 5 Chapter 2 Behaviors... 7 2.1 MultiSelectList...

More information

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Desktop Studio: Charts

Desktop Studio: Charts Desktop Studio: Charts Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Working with Charts i Copyright 2011 Intellicus Technologies This document

More information

Presentation Component Reference

Presentation Component Reference Sitecore CMS 6.1 Presentation Component Reference Rev. 090630 Sitecore CMS 6.1 Presentation Component Reference A Conceptual Overview for CMS Administrators, Architects, and Developers Table of Contents

More information

Nintex Reporting 2008 Help

Nintex Reporting 2008 Help Nintex Reporting 2008 Help Last updated: Thursday, 24 December 2009 1 Using Nintex Reporting 2008 1.1 Chart Viewer Web Part 1.2 Importing and Exporting Reports 1.3 Import Nintex report page 1.4 Item Level

More information

Using Sitecore 5.3.1

Using Sitecore 5.3.1 Using Sitecore 5.3.1 An End-User s Guide to Using and Administrating Sitecore Author: Sitecore Corporation Date: December 12, 2007 Release: Rev. 1.0 Language: English Sitecore is a registered trademark.

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

Visual Customizations

Visual Customizations Overview, on page 1 Create a Grid View, on page 1 Create a Chart View, on page 2 Group By, on page 5 Report Thresholds, on page 6 Overview Stock reports are the reports that are pre-bundled and supported

More information

TIBCO LiveView Web New and Noteworthy

TIBCO LiveView Web New and Noteworthy TIBCO LiveView Web New and Noteworthy Introduction TIBCO LiveView Web is an HTML5 and WebSockets powered client application for visualizing data from TIBCO Live Datamart 2.1 servers. In LiveView Web (hereafter,

More information

Content Elements. Contents. Row

Content Elements. Contents. Row Content Elements Created by Raitis S, last modified on Feb 09, 2016 This is a list of 40+ available content elements that can be placed on the working canvas or inside of the columns. Think of them as

More information

Configuring Ad hoc Reporting. Version: 16.0

Configuring Ad hoc Reporting. Version: 16.0 Configuring Ad hoc Reporting Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

PEGACUIS71V1 pegasystems

PEGACUIS71V1 pegasystems PEGACUIS71V1 pegasystems Number: PEGACUIS71V1 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 Which of the following rule types does the Localization wizard translate? (Choose Two) A. Field Value

More information

Visual Customizations

Visual Customizations Create a Grid View, on page 1 Create a Gauge View, on page 2 Create a Chart View, on page 3 Grouping, on page 5 Set Threshold Indicators for Fields, on page 6 Create a Grid View Grids are tabular presentations

More information

Quick Start Guide. Version R94. English

Quick Start Guide. Version R94. English Custom Reports Quick Start Guide Version R94 English December 12, 2016 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Kendo UI. Builder by Progress : Using Kendo UI Designer

Kendo UI. Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Copyright 2017 Telerik AD. All rights reserved. December 2017 Last updated with new content: Version 2.1 Updated: 2017/12/22 3 Copyright 4 Contents

More information

SAS Visual Analytics 8.2: Working with Report Content

SAS Visual Analytics 8.2: Working with Report Content SAS Visual Analytics 8.2: Working with Report Content About Objects After selecting your data source and data items, add one or more objects to display the results. SAS Visual Analytics provides objects

More information

Reports. Overview. Stock Reports

Reports. Overview. Stock Reports Overview, on page 1 Report Actions, on page 2 Add Template Help, on page 4 Report Types, on page 5 Manage, on page 8 Run Report, on page 19 Import, on page 22 Export, Report Definitions, and Folders, on

More information

Client Configuration Cookbook

Client Configuration Cookbook Sitecore CMS 6.4 or later Client Configuration Cookbook Rev: 2013-10-01 Sitecore CMS 6.4 or later Client Configuration Cookbook Features, Tips and Techniques for CMS Architects and Developers Table of

More information

Software Requirements Specification. for WAVED. Version 3.0. Prepared By:

Software Requirements Specification. for WAVED. Version 3.0. Prepared By: Software Requirements Specification for WAVED Version 3.0 Prepared By: Sean Bluestein, Kristian Calhoun, Keith Horrocks, Steven Nguyen, Hannah Pinkos Advisor: Kurt Schmidt Stakeholder: Climate Central

More information

Creating Dashboard. Version: 7.3

Creating Dashboard. Version: 7.3 Creating Dashboard Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Configuring Ad hoc Reporting Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2012 Intellicus Technologies This document and its

More information

1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear.

1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear. Creating a Webform 1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear. 2. Enter the title of the webform you would like to create

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

Working with Smart View. Version: 16.0

Working with Smart View. Version: 16.0 Working with Smart View Version: 16.0 Copyright 2017 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

IBM DB2 Web Query for IBM i. Version 2 Release 2

IBM DB2 Web Query for IBM i. Version 2 Release 2 IBM DB2 Web Query for IBM i Version 2 Release 2 Active Technologies, EDA, EDA/SQL, FIDEL, FOCUS, Information Builders, the Information Builders logo, iway, iway Software, Parlay, PC/FOCUS, RStat, Table

More information

ESSENTIAL STUDIO 2014 V O L U M E 2

ESSENTIAL STUDIO 2014 V O L U M E 2 ESSENTIAL STUDIO 2014 V O L U M E 2 Essential Studio Controls... 4 WinRT... 4 Universal App Support... 4 MaskEdit for WinRT... 4 Schedule for WinRT... 4 DataGrid for WinRT... 4 Chart for WinRT... 5 Gauge

More information

What s New Essential Studio User Interface Edition, 2011 Volume 4

What s New Essential Studio User Interface Edition, 2011 Volume 4 What s New Essential Studio User Interface Edition, 2011 Volume 4 Contents ASP.NET MVC Mobile... 6 Essential Chart for ASP.NET MVC Mobile... 6 Chart Control... 6 Essential Tools for ASP.NET MVC Mobile...

More information

User Manual instantolap

User Manual instantolap User Manual instantolap Version 2.7.0 15.12.2010 Page 2 / 213 instantolap User Manual 2.7.0 instantolap User Manual 2.7.0 Page 3 / 213 Copyright Copyright (C) 2002-2010 Thomas Behrends Softwareentwicklung

More information

VHIMS UPGRADE VERSION

VHIMS UPGRADE VERSION Introduction A new RiskMan version release is now available for VHIMS clients. The following new features and modifications have been implemented since the previous release. What s New What s Changed Homepage

More information

Microsoft Office Word 2013 Intermediate. Course 01 Working with Tables and Charts

Microsoft Office Word 2013 Intermediate. Course 01 Working with Tables and Charts Microsoft Office Word 2013 Intermediate Course 01 Working with Tables and Charts Slide 1 Course 01: Working with Tables and Charts Sort Table Data Control Cell Layout Perform Calculations in a Table Create

More information

Monitoring and Evaluation Tool

Monitoring and Evaluation Tool Monitoring and Evaluation Tool USER MANUAL March, 2014 www.menarid.icarda.org THIS PAGE LEFT EMPTY INTENTIONALLY USER MANUAL Definitions and abbreviations Chart... Graphical representation of M&E project

More information

Road Map for Essential Studio 2011 Volume 4

Road Map for Essential Studio 2011 Volume 4 Road Map for Essential Studio 2011 Volume 4 Essential Studio User Interface Edition... 4 ASP.NET...4 Essential Tools for ASP.NET... 4 Essential Chart for ASP.NET... 4 Essential Diagram for ASP.NET... 4

More information

Client Configuration Cookbook

Client Configuration Cookbook Sitecore CMS 6.2 Client Configuration Cookbook Rev: 2009-10-20 Sitecore CMS 6.2 Client Configuration Cookbook Features, Tips and Techniques for CMS Architects and Developers Table of Contents Chapter 1

More information

SPECIFICATIONS Insert Client Name

SPECIFICATIONS Insert Client Name ESSENTIAL LMS BRANDING SPECIFICATIONS Insert Client Name Creation Date: June 23, 2011 Last Updated: July 11, 2017 Version: 16.5 Page 1 Contents Branding Elements... 3 Theme Management... 3 Header Images...

More information

Designing Ad hoc Reports. Version: 16.0

Designing Ad hoc Reports. Version: 16.0 Designing Ad hoc Reports Version: 16.0 Copyright 2017 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

NetAdvantage for ASP.NET Release Notes

NetAdvantage for ASP.NET Release Notes NetAdvantage for ASP.NET 2013.1 Release Notes Accelerate your application development with ASP.NET AJAX controls built on the Aikido Framework to be the fastest, lightest and most complete toolset for

More information

Road Map for Essential Studio 2010 Volume 1

Road Map for Essential Studio 2010 Volume 1 Road Map for Essential Studio 2010 Volume 1 Essential Studio User Interface Edition... 4 Essential Grid... 4 Essential Grid ASP.NET... 4 Essential Grid ASP.NET MVC... 4 Essential Grid Windows Forms...

More information

ProfitBase InFront Analytics Release Notes v1.3

ProfitBase InFront Analytics Release Notes v1.3 ProfitBase InFront Analytics Release Notes v1.3 June 30, 2009 ProfitBase AS Stokkamyrveien 13 N-4313 Sandnes Norway E-Mail support@profitbase.com Telephone +47 51964400 Fax + 47 51964401 Release Notes

More information

Designing Ad hoc Report. Version: 7.3

Designing Ad hoc Report. Version: 7.3 Designing Ad hoc Report Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

User Guide Product Design Version 1.7

User Guide Product Design Version 1.7 User Guide Product Design Version 1.7 1 INTRODUCTION 3 Guide 3 USING THE SYSTEM 4 Accessing the System 5 Logging In Using an Access Email 5 Normal Login 6 Resetting a Password 6 Logging Off 6 Home Page

More information

IBM DB2 Web Query for IBM i. Version 2 Release 2

IBM DB2 Web Query for IBM i. Version 2 Release 2 IBM DB2 Web Query for IBM i Version 2 Release 2 Active Technologies, EDA, EDA/SQL, FIDEL, FOCUS, Information Builders, the Information Builders logo, iway, iway Software, Parlay, PC/FOCUS, RStat, Table

More information

OssCharts User/Set-Up Guide

OssCharts User/Set-Up Guide OssCharts User/Set-Up Guide Please refer to the following documents for further information: N/A Subject: Manufacturer: Model Range: Software Version: OssCharts User/Set-Up Guide OneSight Solutions N/A

More information

Microsoft Office PowerPoint 2013 Courses 24 Hours

Microsoft Office PowerPoint 2013 Courses 24 Hours Microsoft Office PowerPoint 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Using PowerPoint 2013 Opening PowerPoint 2013 Opening a Presentation Navigating between Slides Using the

More information

Ignite UI Release Notes

Ignite UI Release Notes Ignite UI 2016.2 Release Notes Create the best Web experiences in browsers and devices with our user interface controls designed expressly for jquery, ASP.NET MVC, HTML 5 and CSS 3. You ll be building

More information

Global Build Stats Plugin

Global Build Stats Plugin Global Build Stats Plugin Plugin Information View global-build-stats on the plugin site for more information. Older versions of this plugin may not be safe to use. Please review the following warnings

More information

DOT.NET MODULE 6: SILVERLIGHT

DOT.NET MODULE 6: SILVERLIGHT UNIT 1 Introducing Silverlight DOT.NET MODULE 6: SILVERLIGHT 1. Silverlight and Visual Studio 2. Understanding Silverlight Websites 3. Creating a Stand-Alone Silverlight Project 4. Creating a Simple Silverlight

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

If you have questions or need assistance in any way, please contact MicroEdge Technical Support.

If you have questions or need assistance in any way, please contact MicroEdge Technical Support. AngelPoints Advanced Reporting Users Guide 2017 Advanced Reporting leverages existing technologies current employed in GIFTS Online to provide AngelPoints users with a new and more robust environment to

More information

Infowise Event Calendar Plus User Guide

Infowise Event Calendar Plus User Guide Infowise Event Calendar Plus 1 Contents Introduction... 3 Installation... 4 Usage... 5 1. Adding and customizing the web part... 5 2. Defining Exchange Data Connection... 12 3. Defining Lookup Event Categories...

More information

Excel 2003 Tutorial II

Excel 2003 Tutorial II This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial II Charts Chart Wizard Chart toolbar Resizing a chart

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Working with Ad hoc Visualizer Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2014 Intellicus Technologies This document and its

More information

Creating a Website in Schoolwires

Creating a Website in Schoolwires Creating a Website in Schoolwires Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Navigating to an assigned section... 2 Accessing Site Manager... 2 Section Workspace

More information

SharePoint List Booster Features

SharePoint List Booster Features SharePoint List Booster Features Contents Overview... 5 Supported Environment... 5 User Interface... 5 Disabling List Booster, Hiding List Booster Menu and Disabling Cross Page Queries for specific List

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

Creating Dashboard Widgets. Version: 16.0

Creating Dashboard Widgets. Version: 16.0 Creating Dashboard Widgets Version: 16.0 Copyright 2017 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview In Cisco Unified Intelligence Center, Dashboard is an interface that allows

More information

Sitecore Experience Platform 8.0 Rev: September 13, Sitecore Experience Platform 8.0

Sitecore Experience Platform 8.0 Rev: September 13, Sitecore Experience Platform 8.0 Sitecore Experience Platform 8.0 Rev: September 13, 2018 Sitecore Experience Platform 8.0 All the official Sitecore documentation. Page 1 of 455 Experience Analytics glossary This topic contains a glossary

More information

Tree and Data Grid for Micro Charts User Guide

Tree and Data Grid for Micro Charts User Guide COMPONENTS FOR XCELSIUS Tree and Data Grid for Micro Charts User Guide Version 1.1 Inovista Copyright 2009 All Rights Reserved Page 1 TABLE OF CONTENTS Components for Xcelsius... 1 Introduction... 4 Data

More information

Kendo UI Builder by Progress : Using Kendo UI Designer

Kendo UI Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Notices 2016 Telerik AD. All rights reserved. November 2016 Last updated with new content: Version 1.1 3 Notices 4 Contents Table of Contents Chapter

More information

Select Cases. Select Cases GRAPHS. The Select Cases command excludes from further. selection criteria. Select Use filter variables

Select Cases. Select Cases GRAPHS. The Select Cases command excludes from further. selection criteria. Select Use filter variables Select Cases GRAPHS The Select Cases command excludes from further analysis all those cases that do not meet specified selection criteria. Select Cases For a subset of the datafile, use Select Cases. In

More information

August 8, Salient Dashboards. Training Guide: Building Dashboards. Version 7.0

August 8, Salient Dashboards. Training Guide: Building Dashboards. Version 7.0 August 8, 2018 Salient Dashboards Training Guide: Building Dashboards Version 7.0 Limited warranty Information in this document is furnished for informational use only, is subject to change without notice,

More information

Reporter Tutorial: The Basics

Reporter Tutorial: The Basics Reporter Tutorial: The Basics Refer to the following sections for guidance on using the Reporter: Lesson 1: Overview and Finding Reports Lesson 2: Create Tutorial Training Report and Report Group Lesson

More information

ExtraView 10.0 Key New Features

ExtraView 10.0 Key New Features ExtraView 10.0 Key New Features This document is provided to ExtraView s customers under non-disclosure and for information purposes only. Its contents must not be shared with third parties without the

More information

Managing Trends. About Trends CHAPTER. Send documentation comments to

Managing Trends. About Trends CHAPTER. Send documentation comments to CHAPTER 11 Trends provides historical data of a node in the network over a period of time. When the value of a node in the specified trend changes, the changes are recorded in the trend logs and displayed

More information

Index COPYRIGHTED MATERIAL. Symbols and Numerics

Index COPYRIGHTED MATERIAL. Symbols and Numerics Symbols and Numerics ( ) (parentheses), in functions, 173... (double quotes), enclosing character strings, 183 #...# (pound signs), enclosing datetime literals, 184... (single quotes), enclosing character

More information

Infragistics ASP.NET Release Notes

Infragistics ASP.NET Release Notes 2015.2 Release Notes Accelerate your application development with ASP.NET AJAX controls built to be the fastest, lightest and most complete toolset for rapidly building high performance ASP.NET Web Forms

More information

Tableau Advanced Training. Student Guide April x. For Evaluation Only

Tableau Advanced Training. Student Guide April x. For Evaluation Only Tableau Advanced Training Student Guide www.datarevelations.com 914.945.0567 April 2017 10.x Contents A. Warm Up 1 Bar Chart Colored by Profit 1 Salary Curve 2 2015 v s. 2014 Sales 3 VII. Programmatic

More information

Design Importer User Guide

Design Importer User Guide Design Importer User Guide Rev: 9 February 2012 Sitecore CMS 6.5 Design Importer User Guide How to import the design of an external webpage as a Sitecore layout or sublayout Table of Contents Chapter 1

More information

GOBENCH IQ Release v

GOBENCH IQ Release v GOBENCH IQ Release v1.2.3.3 2018-06-11 New Add-Ons / Features / Enhancements in GOBENCH IQ v1.2.3.3 GOBENCH IQ v1.2.3.3 contains several new features and enhancements ** New version of the comparison Excel

More information

ComponentOne SharePoint Web Parts User Guide

ComponentOne SharePoint Web Parts User Guide ComponentOne SharePoint Web Parts User Guide Contents ComponentOne SharePoint Web Parts 1 Installing ComponentOne SharePoint Web Parts...1 ComponentOne SharePoint Web Parts Setup Files...1 ComponentOne

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

Data Explorer: User Guide 1. Data Explorer User Guide

Data Explorer: User Guide 1. Data Explorer User Guide Data Explorer: User Guide 1 Data Explorer User Guide Data Explorer: User Guide 2 Contents About this User Guide.. 4 System Requirements. 4 Browser Requirements... 4 Important Terminology.. 5 Getting Started

More information

Kaseya 2. User Guide. Version 7.0. English

Kaseya 2. User Guide. Version 7.0. English Kaseya 2 Custom Reports User Guide Version 7.0 English September 3, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Table of Contents Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Series Chart with Dynamic Series Master-Detail

More information

Quick Reference Card Business Objects Toolbar Design Mode

Quick Reference Card Business Objects Toolbar Design Mode Icon Description Open in a new window Pin/Unpin this tab Close this tab File Toolbar New create a new document Open Open a document Select a Folder Select a Document Select Open Save Click the button to

More information

Acceptance Test Plan. for WAVED. Version 3.0. Prepared By: Sean Bluestein, Kristian Calhoun, Keith Horrocks, Steven Nguyen, Hannah Pinkos

Acceptance Test Plan. for WAVED. Version 3.0. Prepared By: Sean Bluestein, Kristian Calhoun, Keith Horrocks, Steven Nguyen, Hannah Pinkos Acceptance Test Plan for WAVED Version 3.0 Prepared By: Sean Bluestein, Kristian Calhoun, Keith Horrocks, Steven Nguyen, Hannah Pinkos Advisor: Kurt Schmidt Stakeholder: Climate Central 2 Table of Contents

More information

Performing on-report analysis with Web Intelligence

Performing on-report analysis with Web Intelligence Performing on-report analysis with Web Intelligence BusinessObjects Enterprise XI 3.0 Copyright 2008 Business Objects. All rights reserved. Business Objects owns the following U.S. patents, which may cover

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Web Site Design and Development Lecture 23. CS 0134 Fall 2018 Tues and Thurs 1:00 2:15PM

Web Site Design and Development Lecture 23. CS 0134 Fall 2018 Tues and Thurs 1:00 2:15PM Web Site Design and Development Lecture 23 CS 0134 Fall 2018 Tues and Thurs 1:00 2:15PM List box The element shows a list of options in a scroll-able box when size is

More information

DOT NET SYLLABUS FOR 6 MONTHS

DOT NET SYLLABUS FOR 6 MONTHS DOT NET SYLLABUS FOR 6 MONTHS INTRODUCTION TO.NET Domain of.net D.N.A. Architecture One Tier Two Tier Three Tier N-Tier THE COMMON LANGUAGE RUNTIME (C.L.R.) CLR Architecture and Services The.Net Intermediate

More information

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development INFS 2150 Introduction to Web Development 3. Page Layout Design Objectives Create a reset style sheet Explore page layout designs Center a block element Create a floating element Clear a floating layout

More information

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development Objectives INFS 2150 Introduction to Web Development 3. Page Layout Design Create a reset style sheet Explore page layout designs Center a block element Create a floating element Clear a floating layout

More information

QlikView Full Browser User Manual. User Manual

QlikView Full Browser User Manual. User Manual QlikView Full Browser User Manual User Manual Henrik Steen 8-13-2014 2014-08-13 2014-10-28 Henrik Steen 01 1 Table of Content 1 Introduction... 3 2 QlikView AccessPoint... 3 3 Interface... 3 3.1 Object...

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

Flexslider v1.x Installation and User Manual

Flexslider v1.x Installation and User Manual 2017/11/08 09:14 1/15 Flexslider v1.x Installation and User Manual Flexslider v1.x Installation and User Manual Latest version: 1.10.0 Compatibility: Magento 1.7.x, 1.8.x, 1.9.x Disclaimer This is the

More information

Enterprise Portal Train the Trainer User Manual WEB PARTS

Enterprise Portal Train the Trainer User Manual WEB PARTS Enterprise Portal Train the Trainer User Manual WEB PARTS Version 1.2.1 Date: January 31, 2012 Table of Contents Table of Contents... 2 1 I Need To... 3 2 Media Web Part... 10 3 Content Editor... 15 4

More information

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. SM Reports help topics for printing

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. SM Reports help topics for printing HP Service Manager Software Version: 9.41 For the supported Windows and UNIX operating systems SM Reports help topics for printing Document Release Date: September 2015 Software Release Date: September

More information

Charts and graphs WordPress Visual Designer

Charts and graphs WordPress Visual Designer Copyright Charts and graphs WordPress Visual Designer This package contains 1 zip file that is the WordPress plugin Charts and graphs WP Visual Designer. This is a WordPress plugin for visually creating

More information

Road Map. For Essential Studio Volume 3

Road Map. For Essential Studio Volume 3 Road Map For Essential Studio 2013 Volume 3 Essential Studio User Interface Controls... 4 JavaScript... 4 UI Suite of JavaScript Controls... 4 WinRT... 4 Grid for WinRT... 4 Diagram for WinRT... 5 Chart

More information

Microsoft Excel 2016 / 2013 Basic & Intermediate

Microsoft Excel 2016 / 2013 Basic & Intermediate Microsoft Excel 2016 / 2013 Basic & Intermediate Duration: 2 Days Introduction Basic Level This course covers the very basics of the Excel spreadsheet. It is suitable for complete beginners without prior

More information

Using Chart components

Using Chart components Using Chart components Page 1 of 5 Using Chart components Charts allow you to represent data visually to make it easy for users to see comparisons, patterns, and trends. Xcelsius includes the following

More information

Forms iq Designer Training

Forms iq Designer Training Forms iq Designer Training Copyright 2008 Feith Systems and Software, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, stored in a retrieval system, or translated into

More information

Cognos. Active Reports Development. Presented by: Craig Randell

Cognos. Active Reports Development. Presented by: Craig Randell Cognos Active Reports Development Presented by: Craig Randell Objectives: Understand the purpose and benefits of Active Reports Through theory and demonstration introduce the different Active Report Components

More information

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems GCSE CCEA GCSE EXCEL 2010 USER GUIDE Business and Communication Systems For first teaching from September 2017 Contents Page Define the purpose and uses of a spreadsheet... 3 Define a column, row, and

More information

Customizing and Administering Project Server Access

Customizing and Administering Project Server Access WEB Customizing and Administering Project Server Access In this chapter Creating and Deleting Users from Project Server 2 Managing User Groups Project Server User Security 4 Using Categories to Control

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information

3.2 Circle Charts Line Charts Gantt Chart Inserting Gantt charts Adjusting the date section...

3.2 Circle Charts Line Charts Gantt Chart Inserting Gantt charts Adjusting the date section... / / / Page 0 Contents Installation, updates & troubleshooting... 1 1.1 System requirements... 2 1.2 Initial installation... 2 1.3 Installation of an update... 2 1.4 Troubleshooting... 2 empower charts...

More information

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHART WEB PART... 4 Task 1 Add the Chart Web Part to the page... 4 Task 2

More information