Search found 27 matches

by guna@ebscohost.com
Thu Aug 19, 2010 11:48 pm
Forum: Other Issues
Topic: Track Changes exist in the document
Replies: 3
Views: 1784

Re: Track Changes exist in the document

Hi Radu, the above code dose on work in below mentioned scenario, can you help us to detect track changes in this scenario. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE article PUBLIC "-//EBSCO Publishing//DTD epNLM Editing v1.0//EN" "epnlm-edit.dtd"> <?ox...
by guna@ebscohost.com
Tue Apr 06, 2010 8:23 pm
Forum: Other Issues
Topic: Customizing Entity tool box
Replies: 4
Views: 2072

Re: Customizing Entity tool box

is there any way overide this entity population with different mechanism. we have nlm.dtd , which has lot of built in entity, but our editor's uses only 25-30 of them. so we would show only entities used by our users. the constraint is , we cannot touch the nlm.dtd since it has been provided with ou...
by guna@ebscohost.com
Tue Mar 23, 2010 4:46 pm
Forum: Other Issues
Topic: oxygen 11.1 author mode, enter button
Replies: 5
Views: 4137

Re: oxygen 11.1 author mode, enter button

Hi, i have more question in the same context. say i have list item like below <list-item> Ebsco Publishing <b><i><u> The Best company to work with X (1)</u></i><b> all around the world</list-item> if user keeps the mouse between with X and press enter, is there an api in oxygen to close all pending ...
by guna@ebscohost.com
Thu Mar 18, 2010 10:14 pm
Forum: Other Issues
Topic: oxygen 11.2 , framework configuration for xpath not working
Replies: 2
Views: 1654

oxygen 11.2 , framework configuration for xpath not working

hi i have following xml <front> <article-meta> <article-id pub-id-type="IID">RT114449-01</article-id> <title-group> <article-title>title - here</article-title> </title-group> </article-meta> </front> in framework configuration, we have custom framework. inside that we have custom frame wor...
by guna@ebscohost.com
Wed Mar 17, 2010 6:37 pm
Forum: Other Issues
Topic: Customizing Entity tool box
Replies: 4
Views: 2072

Customizing Entity tool box

hi,
in entity tool bar(perspective>show view> entities), we have lot of items in the list, Our Users uses only some of the entities. is there a way to customize the entities show in the list.

Thanks
Guna
by guna@ebscohost.com
Sat Mar 13, 2010 2:37 pm
Forum: Other Issues
Topic: x:inlucde background color
Replies: 1
Views: 1322

x:inlucde background color

Hi,
we are including x:include inside the document, we want to change the background color of x:include content

say if href starts with s, then use x color
if href starts with r, the use y color
if href starts with any other color, then use z color


can you guide us how to implement this
by guna@ebscohost.com
Sat Mar 13, 2010 2:32 pm
Forum: Other Issues
Topic: tab key override
Replies: 5
Views: 2809

Re: tab key override

Hi, can we overide "shift" "tab" too.
by guna@ebscohost.com
Thu Mar 04, 2010 12:53 pm
Forum: Other Issues
Topic: tab key override
Replies: 5
Views: 2809

tab key override

Hi, in author mode, we want to mimic the behavior of list item same as word. can you guide us how to implement this. for example1. we have a list item. <list id="level1"> <list-item> test1</list-item> <list-item> test2</list-item> </list> if we keep the mouse on test2, then press tab key t...
by guna@ebscohost.com
Tue Mar 02, 2010 11:37 pm
Forum: Other Issues
Topic: up and down arrows behavior same as Word
Replies: 1
Views: 1445

up and down arrows behavior same as Word

Hi, we have written a custom framework. in the framework, if we open a topic(xml document) using custom protocol. in author mode we have used css to display text. inside the document if we press up and down arrow inside the <p> tag it navigation work as expected. but when there is no styling informa...
by guna@ebscohost.com
Tue Mar 02, 2010 7:53 pm
Forum: Other Issues
Topic: get parent frame
Replies: 1
Views: 1298

get parent frame

Hi, We have a plugin that implements URLChooserToolbarExtension and URLChooserPluginExtension. when using this plugin. we open a Java dialog and the dialog displays in a separated window. but we don't want it this way. we want parent frame context, like framework. so can you guide us how to implemen...
by guna@ebscohost.com
Wed Feb 24, 2010 7:26 pm
Forum: Other Issues
Topic: oxygen 11.1 author mode, enter button
Replies: 5
Views: 4137

oxygen 11.1 author mode, enter button

Hi,
In oxygen editor, Author mode,

when we are entering a text and press enter, oxygen asks us a dialog "what would be next tag to put on?".

is there a way to disable this feather and by default enter the same tag as they are working on.

Thanks
Guna
by guna@ebscohost.com
Tue Feb 23, 2010 5:32 pm
Forum: Other Issues
Topic: oxygen dtd validation error
Replies: 4
Views: 2730

Re: oxygen dtd validation error

is there any way to turn off validation for certain type of document. say for example, if the document starts with s* then disable validation.
by guna@ebscohost.com
Sat Feb 20, 2010 3:39 pm
Forum: Other Issues
Topic: xml document not refreshed when attribute value changed
Replies: 1
Views: 1266

xml document not refreshed when attribute value changed

Hi, we are using oxygen 11.1 i am trying to change the attribute value through api. the value has been changed,when i query back the attribute value. but in oxygen editor the corresponding attribute value is not showing the correct value, as well as the the save button is not enable.. if i try the f...
by guna@ebscohost.com
Thu Feb 11, 2010 10:32 pm
Forum: Other Issues
Topic: removing menu from Author Toolbar
Replies: 1
Views: 1497

removing menu from Author Toolbar

Hi, we want to remove some menu's from the menu bar, since out user might not use those functionality. example DITA Maps, Project, perspective. is there a way to remove this from Menu bar? also, Is there a way to add multiple menu to the menu bar example like "Table"(to manage table), &quo...
by guna@ebscohost.com
Wed Feb 10, 2010 12:04 am
Forum: Other Issues
Topic: x:include resolved xml document
Replies: 1
Views: 1271

x:include resolved xml document

Hi, I have a xml document, which has 10 x:includes. I need an xml document String, will all x:include resolved with corresponding content. I am wondering , it there a method in api to give this value. example sorcDoc.xml <test> <x:include href="S31.xml"/> </text> S31.xml <hello> how are yo...
by guna@ebscohost.com
Mon Feb 08, 2010 5:06 pm
Forum: Other Issues
Topic: get line number using offset position thorough API
Replies: 3
Views: 2956

Re: get line number using offset position thorough API

hi, we have external links(like links to yahoo,google,etc..) inside the xml document, we have provided an icon to validate all the links inside the xml document(the validate opration, would go an check where the url is active and correct). while doing so, if there is an error url. we want to direct ...
by guna@ebscohost.com
Mon Feb 08, 2010 5:03 pm
Forum: Other Issues
Topic: popup while loading large document
Replies: 3
Views: 1851

Re: popup while loading large document

Hi,
we are opening the document using a custom url handler. currently it takes more than a minute, since it has multiple snippet(x:includes) inside the document.

if we could display progress bar, then it would be helpful for the user
by guna@ebscohost.com
Fri Feb 05, 2010 11:55 pm
Forum: Other Issues
Topic: popup while loading large document
Replies: 3
Views: 1851

popup while loading large document

Hi,
Is there a way in oxygen to show a popup (example "Loading .....") while document is getting loaded into the Author mode.

example, we have a large xml document, which takes more time to load. so we want to display something for the user to wait.
by guna@ebscohost.com
Fri Feb 05, 2010 11:51 pm
Forum: Other Issues
Topic: get line number using offset position thorough API
Replies: 3
Views: 2956

get line number using offset position thorough API

Hi,
Is there a way to get the line number of caret offset in oxygen author mode.
by guna@ebscohost.com
Wed Feb 03, 2010 1:17 am
Forum: Other Issues
Topic: Tableoperations
Replies: 1
Views: 1250

Tableoperations

Hi, we want to create xhtml table, where user needs ability to set 1) table Background color 2) row background color 3) Table header alignment (both horizontal and vertical) 4) Table row alignment(both horizontal and vertical) 5) cell padding 6) cell spacing 7) indentation can you guide us , how to ...
by guna@ebscohost.com
Tue Feb 02, 2010 5:10 pm
Forum: Other Issues
Topic: validate document using oxygen api
Replies: 3
Views: 1880

Re: validate document using oxygen api

hi,
we have a business rule where,

- before checkin the document to our repository, the document should be xml valid. if the document is not valid, then we should throw an error message saying "please correct all dtd errors before checkin"
by guna@ebscohost.com
Tue Feb 02, 2010 12:44 am
Forum: Other Issues
Topic: InsertTableOperation not found in oxygen 11.1
Replies: 1
Views: 1061

InsertTableOperation not found in oxygen 11.1

Hi,

We are trying to use
ro.sync.ecss.extensions.docbook.table.InsertTableOperation

to insert table, we are finding this in api document , but not on frameworks > actions.

can you help us to implement insert table, insert row , columns menu operations
by guna@ebscohost.com
Mon Feb 01, 2010 9:13 pm
Forum: Other Issues
Topic: validate document using oxygen api
Replies: 3
Views: 1880

validate document using oxygen api

HI,
is there way to call oxygen api and check whether the xml document is valid.

if yes, can i know the api call.
by guna@ebscohost.com
Mon Feb 01, 2010 9:00 pm
Forum: Other Issues
Topic: Track Changes exist in the document
Replies: 3
Views: 1784

Track Changes exist in the document

Hi,
Is there a way through api call to check, whether the existing xml document contains any tracking changes?



i checked AuthorChangeTrackingController.isTrackingChanges() method, it return true only when i check track changes is enabled in the editor.
by guna@ebscohost.com
Tue Jan 19, 2010 9:02 pm
Forum: Other Issues
Topic: invoke schematron thorgh java
Replies: 1
Views: 3425

invoke schematron thorgh java

Hi , We are using oxygen 11.1 , with dtd validations on xml documents. we want to implement schematron validation on the xml document, and we are planning to call this schematron validation on demand(only on specific action) and while saving the document. can you guide me how to call this schematron...
by guna@ebscohost.com
Tue Nov 17, 2009 10:23 pm
Forum: Other Issues
Topic: oxygen 11: adding contextual menu in "outline" toolbar
Replies: 4
Views: 2131

oxygen 11: adding contextual menu in "outline" toolbar

Hi, I have a requirement to have a contextual menu item in the "outline" tool bar. The user selects an element in outline toolbar, then do right click and select my contextual menu. can you guide me, 1)how to add contextual menu item on a outline tool bar? 2)how to trigger corresponding co...