Skip to content

Commit

Permalink
remove the help link in cheat sheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangqian committed Jul 22, 2014
1 parent 9b479bf commit a2b3e11
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 59 deletions.
29 changes: 17 additions & 12 deletions model/org.eclipse.birt.resources/templates/chart_listing.xml
@@ -1,18 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<cheatsheet title="Creation of a Chart and Listing Report">
<intro href="/org.eclipse.birt.doc/birt/lay-LayingOutAReport.html">
<intro>
<description>This tutorial helps you create a chart and listing report using BIRT.
</description>
</intro>
<item href="/org.eclipse.birt.doc/birt/con-HowToSpecifyConnectionInformationForDatabaseOrOtherJDBCDataSource.html"
title="Create a Data Source" skip="true">
<item
skip="true"
title="Create a Data Source">
<description>In the Data Explorer view, right-click Data Sources and choose New Data Source.
</description>
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSourceAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/ds-HowToCreateASQLQueryToRetrieveDataFromJDBCDataSource.html"
title="Create a Data Set" skip="true">
<item
skip="true"
title="Create a Data Set">
<description>- In the Data Explorer view, right-click Data Sets and choose New Data Set.<br/>
- On New Data Set, Choose Next.<br/>
- On Query, in Available Items, expand one or more tables in the ClassicModels database.<br/>
Expand All @@ -21,15 +23,17 @@
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSetAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/lay-HowToBindADataSetToATable.html"
title="Bind the data to the table" skip="true">
<item
skip="true"
title="Bind the data to the table">
<description>- In the layout editor, right-click the Table tab and choose Edit Data Binding.<br/>
- On Data Binding, specify the data set to which the table binds.<br/>
- Drag the fields that you want in the table from the Data Set in the Data Explorer view to the table in the layout editor.
</description>
</item>
<item href="/org.eclipse.birt.doc/birt/sg-TutT5GroupCustomerDataByCreditLimit.html"
title="Edit the group" skip="true">
<item
skip="true"
title="Edit the group">
<description>- In the layout editor, select the Table tab, then right-click and choose Edit Group-NewTableGroup1.<br/>
- On Edit Group, specify the group details.<br/>
</description>
Expand All @@ -38,9 +42,10 @@
param1="table1"
param2="group"/>
</item>
<item href="/org.eclipse.birt.doc/birt/ch-ChartsTutorialIntro.html"
title="Edit the chart" skip="true">
<item
skip="true"
title="Edit the chart">
<description>In the layout editor, double-click the chart to edit its properties.
</description>
</item>
</cheatsheet>
</cheatsheet>
14 changes: 7 additions & 7 deletions model/org.eclipse.birt.resources/templates/crosstab.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<cheatsheet title="Creation of a Cross-tab Report">
<intro href="/org.eclipse.birt.doc/birt/ct-PresentingDataInACrossTabIntro.html">
<intro>
<description>This tutorial helps you create a cross-tab inside a BIRT report
</description>
</intro>
<item href="/org.eclipse.birt.doc/birt/ct-TutT2BuildADataSource.html"
<item
title="Build a Data Source" skip="true">
<description>In Data Explorer, right-click Data Sources and choose New Data Source.<br/>
- On New Data Source, Classic Models Inc. Sample Database is selected. Choose Next.<br/>
Expand All @@ -13,7 +13,7 @@
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSourceAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/ct-TutT3BuildADataSet.html"
<item
title="Build a Data Set" skip="true">
<description>- In Data Explorer, right-click Data Sets and choose New Data Set.<br/>
- On New Data Set, choose Next.<br/>
Expand All @@ -24,24 +24,24 @@
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSetAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/ct-TutT4SetUpDataForTheCrossTab.html"
<item
title="Set up data for the cross tab" skip="true">
<description>- In Data Explorer, right-click Data Cubes and choose New Data Cube.<br/>
- In Data Set Selection, in Primary Data set, select the data set that you just created. Then, choose Groups and Summaries.<br/>
- In Groups and Summaries, drag fields to create Groups (Dimensions) and Summary Fields (Measures).<br/>
- Choose OK.
</description>
</item>
<item href="/org.eclipse.birt.doc/birt/ct-TutT5AddACrossTabToTheReport.html"
<item
title="Add a cross tab to the report" skip="true">
<description>- In the layout editor, double-click the template cross-tab element to enable editing.<br/>
- Drag group fields from the data cube into row and column cells in the cross tab.<br/>
- Drag summary fields from the data cube into the fields to be summarized cell in the cross tab.
</description>
</item>
<item href="/org.eclipse.birt.doc/birt/ct-TutT6AddGrandTotals.html"
<item
title="Add grand totals" skip="true">
<description>In the layout editor, select the cross tab.
In the property editor, add totals to the Row Area and Column Area in Sub Totals and Grand Totals.</description>
</item>
</cheatsheet>
</cheatsheet>
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<cheatsheet title="Creation of a Dual Column Chart and Listing Report">
<intro href="/org.eclipse.birt.doc/birt/lay-LayingOutAReport.html">
<intro>
<description>This tutorial helps you create a dual column chart and listing report using BIRT.
</description>
</intro>
<item href="/org.eclipse.birt.doc/birt/con-HowToSpecifyConnectionInformationForDatabaseOrOtherJDBCDataSource.html"
<item
title="Create a Data Source" skip="true">
<description>- In Data Explorer view, right-click Data Sources and choose New Data Source. New Data Source displays Classic Models Inc. Sample Database as the selected data source.<br/>
- Choose Next.<br/>
Expand All @@ -13,7 +13,7 @@
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSourceAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/ds-HowToCreateASQLQueryToRetrieveDataFromJDBCDataSource.html"
<item
title="Create a Data Set" skip="true">
<description>- In Data Explorer view, right-click Data Sets and choose New Data Set.<br/>
- On New Data Set, Choose Next.<br/>
Expand All @@ -23,7 +23,7 @@
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSetAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/lay-HowToBindADataSetToATable.html"
<item
title="Bind the data to the list" skip="true">
<description>Select the list element in the layout editor.<br/>
In the Property Editor view:<br/>
Expand All @@ -32,7 +32,7 @@
- Set data set parameter values if the data set contains parameters.
</description>
</item>
<item href="/org.eclipse.birt.doc/birt/sg-TutT5GroupCustomerDataByCreditLimit.html"
<item
title="Edit the list group" skip="true">
<description>- Select the list element then right-click and choose Edit Group->NewListGroup1.<br/>
- On Edit Group, specify the group details.<br/>
Expand All @@ -42,21 +42,21 @@
param1="mainlist"
param2="group"/>
</item>
<item href="/org.eclipse.birt.doc/birt/gs-TutT5LayOutTheReport.html"
<item
title="Edit the left table" skip="true">
<description>- Double-click the left table element in the layout editor.<br/>
- Drag the fields you need from the Data Explorer view to the left table.
</description>
</item>
<item href="/org.eclipse.birt.doc/birt/gs-TutT5LayOutTheReport.html"
<item
title="Edit the right table" skip="true">
<description>- Double-click the right table element in the layout editor.<br/>
- Drag the fields you need from the Data Explorer view to the right table.
</description>
</item>
<item href="/org.eclipse.birt.doc/birt/ch-ChartsTutorialIntro.html"
<item
title="Edit the charts" skip="true">
<description>Double-click each of the charts to edit its properties.
</description>
</item>
</cheatsheet>
</cheatsheet>
@@ -1,48 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<cheatsheet title="Creation of a Dual Column Listing Report">
<intro href="/org.eclipse.birt.doc/birt/lay-LayingOutAReport.html">
<intro>
<description>This tutorial helps you create a dual column listing inside a BIRT report
</description>
</intro>
<item href="/org.eclipse.birt.doc/birt/con-HowToSpecifyConnectionInformationForDatabaseOrOtherJDBCDataSource.html"
<item
title="Create a Data Source" skip="true">
<description>Open the Data Explorer View. Right click on Data Sources and choose "New Data Source" </description>
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSourceAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/ds-HowToCreateASQLQueryToRetrieveDataFromJDBCDataSource.html"
<item
title="Create a Data Set" skip="true">
<description>Open the Data Explorer View. Right click on Data Sets and choose "New Data Set" </description>
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSetAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/lay-HowToBindADataSetToATable.html"
<item
title="Bind the data to the list" skip="true">
<description>- Select the list element in the layout editor <br/>
- Go to property editor view<br/>
- Select the Binding tab<br/>
- Select the data set that you want to bind to<br/>
- Set data set parameter values if the data set contains parameter</description>
</item>
<item href="/org.eclipse.birt.doc/birt/sg-TutT5GroupCustomerDataByCreditLimit.html"
<item
title="Edit the list group" skip="true">
<description>Select the list, right click and choose "Edit Group".</description>
<action class="org.eclipse.birt.report.designer.ui.actions.cheatsheets.TemplateEditGroupAction"
pluginId="org.eclipse.birt.report.designer.ui.editors.schematic"
param1="mainlist"
param2="group"/>
</item>
<item href="/org.eclipse.birt.doc/birt/fl-HowToFilterAtTheReportElementLevel.html"
<item
title="Edit the left table :" skip="true">
<description>- Double-click the left table element in layout editor<br/>
- Drag the fields you need in the left table from data explorer view</description>
</item>
<item href="/org.eclipse.birt.doc/birt/fl-HowToFilterAtTheReportElementLevel.html"
<item
title="Edit the right table :" skip="true">
<description>
- Double-click the right table element in layout editor<br/>
- Drag the fields you need in the right table from data explorer view
</description>

</item>
</cheatsheet>
</cheatsheet>
12 changes: 6 additions & 6 deletions model/org.eclipse.birt.resources/templates/grouped_listing.xml
@@ -1,31 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<cheatsheet title="Creation of a Grouped Listing Report">
<intro href="/org.eclipse.birt.doc/birt/sg-SortingAndGroupingData.html">
<intro>
<description>This tutorial helps you create a grouped listing inside a BIRT report
</description>
</intro>
<item href="/org.eclipse.birt.doc/birt/con-HowToSpecifyConnectionInformationForDatabaseOrOtherJDBCDataSource.html"
<item
title="Create a DataSource" skip="true">
<description>Open the Data Explorer View. Right click on Data Sources and choose "New Data Source" </description>
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSourceAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/ds-HowToCreateASQLQueryToRetrieveDataFromJDBCDataSource.html"
<item
title="Create a DataSet" skip="true">
<description>Open the Data Explorer View. Right click on Data Sets and choose "New Data Set" </description>
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSetAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/lay-LayingOutAReport.html"
<item
title="Bind the data to the table" skip="true">
<description>Drag the fields you need in the table from the DataSet in the Data Explorer view to the table in the editor area</description>
</item>
<item href="/org.eclipse.birt.doc/birt/sg-TutT5GroupCustomerDataByCreditLimit.html"
<item
title="Edit the group" skip="true">
<description>Select the listing table, right click and choose "Edit Group".</description>
<action class="org.eclipse.birt.report.designer.ui.actions.cheatsheets.TemplateEditGroupAction"
pluginId="org.eclipse.birt.report.designer.ui.editors.schematic"
param1="table1"
param2=""/>
</item>
</cheatsheet>
</cheatsheet>
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<cheatsheet title="My First Report">
<intro href="/org.eclipse.birt.doc/birt/gs-Tut1BuildingASimpleListingReportIntro.html">
<intro>
<description>
The customer listing report tutorial helps you build your first report. It provides step-by-step instructions for building a report that lists customer names, phone numbers, and contact names. The report uses data from the sample database, ClassicModels
</description>
</intro>
<item href="/org.eclipse.birt.doc/birt/gs-Tut1BuildingASimpleListingReportIntro.html"
<item
title="Start the tutorial" skip="false"><description></description>
<action class="org.eclipse.birt.report.designer.ui.actions.cheatsheets.OpenHelpAction"
pluginId="org.eclipse.birt.report.designer.ui.editors.schematic"
param1="/org.eclipse.birt.doc/birt/gs-Tut1BuildingASimpleListingReportIntro.html"/>
</item>
</cheatsheet>
</cheatsheet>
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<cheatsheet title="Creation of a Side-by-Side Chart and Listing Report">
<intro href="/org.eclipse.birt.doc/birt/lay-LayingOutAReport.html">
<intro>
<description>This tutorial helps you create a side-by-side chart and listing report using BIRT.
</description>
</intro>
<item href="/org.eclipse.birt.doc/birt/con-HowToSpecifyConnectionInformationForDatabaseOrOtherJDBCDataSource.html"
<item
title="Create a Data Source" skip="true">
<description>In the Data Explorer view, right-click Data Sources and choose New Data Source.<br/>
- On New Data Source, Classic Models Inc. Sample Database is selected. Choose Next.<br/>
Expand All @@ -13,7 +13,7 @@
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSourceAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/ds-HowToCreateASQLQueryToRetrieveDataFromJDBCDataSource.html"
<item
title="Create a Data Set" skip="true">
<description>- In the Data Explorer view, right-click Data Sets and choose New Data Set.<br/>
- On New Data Set, choose Next.<br/>
Expand All @@ -24,33 +24,33 @@
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSetAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/lay-HowToBindADataSetToATable.html"
<item
title="Bind the data to the list" skip="true">
<description>- In the layout editor, right-click the List tab and choose Edit Data Binding.<br/>
- On Data Binding, specify the data set to which the list binds. Then, choose OK.<br/></description>
</item>
<item href="/org.eclipse.birt.doc/birt/sg-TutT5GroupCustomerDataByCreditLimit.html"
<item
title="Edit the list group" skip="true">
<description>- In the layout editor, select the list element, then right-click and choose Edit Group.<br/>
- On Edit Group, specify the group details. Then, choose OK.
</description>
</item>
<item href="/org.eclipse.birt.doc/birt/ch-ChartsTutorialIntro.html"
<item
title="Edit the data item in the group header" skip="true">
<description>- Double-click the data item to enable editing.<br/>
- Double-click again to specify the values to display in the data item.<br/>
- On New Data Binding, type a name, select a data type, and use the expression builder to set up the data to display. Then, choose OK.</description>
</item>
<item href="/org.eclipse.birt.doc/birt/ch-ChartsTutorialIntro.html"
<item
title="Edit the chart" skip="true">
<description>- Double-click the chart to enable editing.<br/>
- Double-click again to edit its properties.<br/>
- Use the chart wizard to select a chart type, set up the data to display, and format the chart. Then, choose Finish.</description>
</item>
<item href="/org.eclipse.birt.doc/birt/sg-TutT5GroupCustomerDataByCreditLimit.html"
<item
title="Edit the table" skip="true">
<description>- Double-click the table to enable editing.<br/>
- Drag fields from the data set in the Data Explorer to the table.
</description>
</item>
</cheatsheet>
</cheatsheet>
10 changes: 5 additions & 5 deletions model/org.eclipse.birt.resources/templates/simple_listing.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<cheatsheet title="Creation of a Simple Listing Report">
<intro href="/org.eclipse.birt.doc/birt/lay-LayingOutAReport.html">
<intro>
<description>This tutorial helps you create a simple listing report using BIRT.
</description>
</intro>
<item href="/org.eclipse.birt.doc/birt/con-HowToSpecifyConnectionInformationForDatabaseOrOtherJDBCDataSource.html"
<item
title="Create a Data Source" skip="true">
<description>- In the Data Explorer view, right-click Data Sources and choose New Data Source.<br/>
- Select Classic Models Inc. Sample Database.<br/>
Expand All @@ -14,7 +14,7 @@
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSourceAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/ds-HowToCreateASQLQueryToRetrieveDataFromJDBCDataSource.html"
<item
title="Create a Data Set" skip="true">
<description>- In the Data Explorer view, right-click Data Sets and choose New Data Set.<br/>
- On New Data Set, Choose Next.<br/>
Expand All @@ -24,10 +24,10 @@
<action class="org.eclipse.birt.report.designer.data.ui.actions.NewDataSetAction"
pluginId="org.eclipse.birt.report.designer.ui.data"/>
</item>
<item href="/org.eclipse.birt.doc/birt/lay-HowToBindADataSetToATable.html"
<item
title="Bind the data to the table">
<description>In the Data Explorer view, drag the fields for your table from DataSet to the table in the editor area. Drop each field in a cell in the Detail row of the table.<br/>
- To preview the output of the report, choose Preview.
</description>
</item>
</cheatsheet>
</cheatsheet>

0 comments on commit a2b3e11

Please sign in to comment.