-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
678e324
commit 26c28b1
Showing
7 changed files
with
72 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd"> | ||
<map> | ||
<title>Reusable content</title> | ||
|
||
<topicref keys="reusable.menus" href="topics/reusable.menu-elements.dita"/> | ||
<keydef keys="reusable.menus.preferences" product="author developer editor svnClient" conkeyref="reusable.menus.preferences/preferences-page.editor_author_developer_svnClient"/> | ||
<keydef keys="reusable.menus.preferences" product="authorEclipse" conkeyref="reusable.menus.preferences/preferences-page.authorEclipse"/> | ||
<keydef keys="reusable.menus.preferences" product="developerEclipse" conkeyref="reusable.menus.preferences/preferences-page.developerEclipse"/> | ||
<keydef keys="reusable.menus.preferences" product="editorEclipse" conkeyref="reusable.menus.preferences/preferences-page.editorEclipse"/> | ||
|
||
</map> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> | ||
<topic id="reusable.menu-elements"> | ||
<title>Reusable menu elements</title> | ||
<body> | ||
<p>Don't use the ids that start with 'z_'. They are used internally for creating conref start | ||
and end ids which are then used to create a single conkeyrefable element.</p> | ||
<p>Preferences page </p> | ||
<p><menucascade> | ||
<uicontrol id="start.preferences_editor_author_developer_svnClient">Options</uicontrol> | ||
<uicontrol id="end.preferences_editor_author_developer_svnClient">Preferences</uicontrol> | ||
</menucascade> | ||
<menucascade> | ||
<uicontrol id="start.preferences_editorEclipse">Window </uicontrol> | ||
<uicontrol >Preferences</uicontrol> | ||
<uicontrol id="end.preferences_editorEclipse">oXygen XML Editor</uicontrol> | ||
</menucascade> | ||
<menucascade> | ||
<uicontrol id="start.preferences_authorEclipse">Window </uicontrol> | ||
<uicontrol >Preferences</uicontrol> | ||
<uicontrol id="end.preferences_authorEclipse">oXygen XML Author</uicontrol> | ||
</menucascade> | ||
<menucascade> | ||
<uicontrol id="start.preferences_developerEclipse">Window </uicontrol> | ||
<uicontrol >Preferences</uicontrol> | ||
<uicontrol id="end.preferences_developerEclipse">oXygen XML Deveoper</uicontrol> | ||
</menucascade> | ||
</p> | ||
<p> | ||
<menucascade> | ||
<uicontrol id="preferences-page.editor_author_developer_svnClient" conref="#reusable.menu-elements/start.preferences_editor_author_developer_svnClient" | ||
conrefend="#reusable.menu-elements/end.preferences_editor_author_developer_svnClient"/> | ||
<uicontrol id="preferences-page.editorEclipse" conref="#reusable.menu-elements/start.preferences_editorEclipse" | ||
conrefend="#reusable.menu-elements/end.preferences_editorEclipse"/> | ||
<uicontrol id="preferences-page.authorEclipse" conref="#reusable.menu-elements/start.preferences_authorEclipse" | ||
conrefend="#reusable.menu-elements/end.preferences_authorEclipse"/> | ||
<uicontrol id="preferences-page.developerEclipse" conref="#reusable.menu-elements/start.preferences_developerEclipse" | ||
conrefend="#reusable.menu-elements/end.preferences_developerEclipse"/> | ||
</menucascade> | ||
</p> | ||
<p> </p> | ||
</body> | ||
</topic> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters