From jbevers at sdl.com Fri Jul 4 03:22:39 2014 From: jbevers at sdl.com (Jan Bevers) Date: Fri, 4 Jul 2014 08:22:39 +0000 Subject: [oXygen-sdk] Hiding of elements inside the Author view Message-ID: Hi What I would like to do: Inside my document I have an element which has a "conref" to an element in another document. When opening this document oXygen will resolve the content and show it in the editor. When there is already content inside the source element oXygen will visually show both the resolved content and the content which is inside that tag in the source document. My goal is to only show the resolved content and hide all the other content that is inside the element. Source document: Description Some text I noticed that oXygen created a "#reference" reference element in memory to show the resolved content: <#reference href="ish:/ GUID-883F799A-D12E-4684-92AF-2365DC41EE19#GUID-883F799A-D12E-4684-92AF-2365DC41EE19/IMAGE_GRH_3T5_D4" /> Description Some text How can I manage to hide all the child elements except the "#reference" element (I marked the part I want to hide)? Thanks in advance Jan Bevers | Developer | SDL | +32 (0)15 400 970 | jbevers at sdl.com
www.sdl.com


SDL PLC confidential, all rights reserved. If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us.
SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK.
This message has been scanned for malware by Websense. www.websense.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From support at oxygenxml.com Fri Jul 4 03:48:15 2014 From: support at oxygenxml.com (Oxygen XML Editor Support (Radu Coravu) ) Date: Fri, 04 Jul 2014 11:48:15 +0300 Subject: [oXygen-sdk] Hiding of elements inside the Author view In-Reply-To: References: Message-ID: <53B66A4F.3000403@oxygenxml.com> Hi Jan, You could try to add these extra CSS selectors in the CSS used to render the DITA content in the Author visual editing mode: > *[class~="topic/ph"][conkeyref]:not([conaction]) > *[class~="topic/ph"], > *[class~="topic/ph"][conref]:not([conaction]) > *[class~="topic/ph"] > { > display : inherit; > } > > *[class~="topic/ph"][conref]:not([conaction]) > *, > *[class~="topic/ph"][conkeyref]:not([conaction]) > * > { > display : none; > } Regards, Radu Radu Coravu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 7/4/2014 11:22 AM, Jan Bevers wrote: > Hi > > What I would like to do: > > Inside my document I have an element which has a “conref” to an element > in another document. When opening this document oXygen will resolve the > content and show it in the editor. > > When there is already content inside the source element oXygen will > visually show both the resolved content and the content which is inside > that tag in the source document. > My goal is to only show the resolved content and hide all the other > content that is inside the element. > > Source document: > > > > > Description > Some text > > > > I noticed that oXygen created a “#reference” reference element in memory > to show the resolved content: > > > > <#reference href="ish:/ > GUID-883F799A-D12E-4684-92AF-2365DC41EE19#GUID-883F799A-D12E-4684-92AF-2365DC41EE19/IMAGE_GRH_3T5_D4" > /> > > > Description > Some text > > > > How can I manage to hide all the child elements except the “#reference” > element (I marked the part I want to hide)? > > Thanks in advance > > *Jan Bevers |* Developer *|* SDL *| *+32 (0)15 400 970 *|* jbevers at sdl.com > > > www.sdl.com > > > *SDL PLC confidential, all rights reserved.* If you are not the intended > recipient of this mail SDL requests and requires that you delete it > without acting upon or copying any of its contents, and we further > request that you advise us. > SDL PLC is a public limited company registered in England and Wales. > Registered number: 02675207. > Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire > SL6 7DY, UK. > > This message has been scanned for malware by Websense. www.websense.com > > > > > _______________________________________________ > oXygen-sdk mailing list > oXygen-sdk at oxygenxml.com > http://www.oxygenxml.com/mailman/listinfo/oxygen-sdk > From ashutosh.x.kumar at ericsson.com Fri Jul 4 03:50:07 2014 From: ashutosh.x.kumar at ericsson.com (Ashutosh Kumar X) Date: Fri, 4 Jul 2014 08:50:07 +0000 Subject: [oXygen-sdk] Hiding of elements inside the Author view In-Reply-To: <53B66A4F.3000403@oxygenxml.com> References: <53B66A4F.3000403@oxygenxml.com> Message-ID: <9E0A3E4B89FFC640B3AD4729F6CE0A4ECB9B2E@ESESSMB201.ericsson.se> Hi Radu, I may not be the actual recipient of this message. Please check once again. I have raised support request for issue in license server. Regards, Ashutosh -----Original Message----- From: oxygen-sdk-bounces at oxygenxml.com [mailto:oxygen-sdk-bounces at oxygenxml.com] On Behalf Of Oxygen XML Editor Support (Radu Coravu) Sent: Friday, July 04, 2014 11:48 AM To: oxygen-sdk at oxygenxml.com Subject: Re: [oXygen-sdk] Hiding of elements inside the Author view Hi Jan, You could try to add these extra CSS selectors in the CSS used to render the DITA content in the Author visual editing mode: > *[class~="topic/ph"][conkeyref]:not([conaction]) > > *[class~="topic/ph"], > *[class~="topic/ph"][conref]:not([conaction]) > *[class~="topic/ph"] { > display : inherit; > } > > *[class~="topic/ph"][conref]:not([conaction]) > *, > *[class~="topic/ph"][conkeyref]:not([conaction]) > * { > display : none; > } Regards, Radu Radu Coravu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 7/4/2014 11:22 AM, Jan Bevers wrote: > Hi > > What I would like to do: > > Inside my document I have an element which has a "conref" to an > element in another document. When opening this document oXygen will > resolve the content and show it in the editor. > > When there is already content inside the source element oXygen will > visually show both the resolved content and the content which is > inside that tag in the source document. > My goal is to only show the resolved content and hide all the other > content that is inside the element. > > Source document: > > E-4684-92AF-2365DC41EE19/IMAGE_GRH_3T5_D4"> > > ment="inline"> > Description > Some text > > > > I noticed that oXygen created a "#reference" reference element in > memory to show the resolved content: > > E-4684-92AF-2365DC41EE19/IMAGE_GRH_3T5_D4"> > > <#reference href="ish:/ > GUID-883F799A-D12E-4684-92AF-2365DC41EE19#GUID-883F799A-D12E-4684-92AF-2365DC41EE19/IMAGE_GRH_3T5_D4" > /> > > ment="inline"> > Description > Some text > > > > How can I manage to hide all the child elements except the "#reference" > element (I marked the part I want to hide)? > > Thanks in advance > > *Jan Bevers |* Developer *|* SDL *| *+32 (0)15 400 970 *|* > jbevers at sdl.com > > > www.sdl.com > _campaign=SDL%2BStandard%2BEmail%2BSignature> > > *SDL PLC confidential, all rights reserved.* If you are not the > intended recipient of this mail SDL requests and requires that you > delete it without acting upon or copying any of its contents, and we > further request that you advise us. > SDL PLC is a public limited company registered in England and Wales. > Registered number: 02675207. > Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire > SL6 7DY, UK. > > This message has been scanned for malware by Websense. > www.websense.com > > > > _______________________________________________ > oXygen-sdk mailing list > oXygen-sdk at oxygenxml.com > http://www.oxygenxml.com/mailman/listinfo/oxygen-sdk > _______________________________________________ oXygen-sdk mailing list oXygen-sdk at oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-sdk From support at oxygenxml.com Thu Jul 10 06:27:15 2014 From: support at oxygenxml.com (Oxygen XML Editor Support (Adrian Buza)) Date: Thu, 10 Jul 2014 14:27:15 +0300 Subject: [oXygen-sdk] [Ann] New maintenance build available for oXygen 16.0 (2014070913) Message-ID: <53BE7893.7050206@oxygenxml.com> Dear oXygen users, We announce the release of a new maintenance build (2014070913) for oXygen 16.0 (XML Editor, XML Developer, XML Author). The build number can be verified in the Help -> About dialog box from the application (next to the version number). You can download the new installation kits from our web site: http://www.oxygenxml.com/download.html Here you can find the complete list of bug-fixes: http://www.oxygenxml.com/build_history.html#2014070913 You can follow our oXygen release/build RSS feed here: http://www.oxygenxml.com/rssBuildID.xml Please let us know if you encounter any problems with this new build. Regards, Adrian -- Adrian Buza oXygen XML Editor and Author Support Tel: +1-650-352-1250 ext.202 Fax: +40-251-461482 support at oxygenxml.com http://www.oxygenxml.com From euphemismsmtv8781 at noaura.ru Wed Jul 16 08:24:58 2014 From: euphemismsmtv8781 at noaura.ru (=?koi8-r?B?69LJ09TJzsE=?=) Date: Wed, 16 Jul 2014 15:24:58 +0200 Subject: [oXygen-sdk] =?koi8-r?b?6/Lv9+zxLCDv9OTl7OvhLCDy5e3v7vQ=?= Message-ID: <01cfa10a$1a4c8100$432642d4@noaura.ru> +7 (495) 226-2019info at roof-install.ru Акция в июле! Ремонт кровли от 170 руб за метр.кв.ЗВОНИТЕ!!!Ваша крыша создает вам неприятности, и вы не знаете, что делать? Парадоксально то, что мы не уделяем нашим крышам того внимания, которое они заслуживают. Крыша дома защищает членов Вашей семьи и Вашего имущества от многих природных элементов. Тем не менее, очень часто, можно увидеть людей, принимающих крышу как нечто собой разумеющиеся, пока она не появятся некоторые проблемы.С нами сотрудничают О компанииКомпания основана в 2004 г. имеет большой опыт работы в строительной сфере. Мы тесно сотрудничаем с государственными структурами, коммерческими организациями и физическими лицами.Мы стремительно растем и готовы с сотрудничеству.ООО "Строительная Сфера" © 2013КРОВЛЯ, ОТДЕЛКА, РЕМОНТ+7 (495) 226-2019Адрес: г. Москва, ул. Коминтерна, д. 7 к. 2E-mail: info at roof-install.ru -------------- next part -------------- An HTML attachment was scrubbed... URL: From coursingq7 at tys.ru Wed Jul 16 08:48:20 2014 From: coursingq7 at tys.ru (=?koi8-r?B?4c7E0sXK?=) Date: Wed, 16 Jul 2014 08:48:20 -0500 Subject: [oXygen-sdk] =?koi8-r?b?7sUgyNfB1MnMzyDExc7FxyDOwSDP1NDV08s/IOXT?= =?koi8-r?b?1Ngg0sXbxc7JxS4uLg==?= Message-ID: <01cfa0d2$b195e200$7c9830b5@tys.ru> Не хватило денег на отпуск? Есть решение...Здравствуй, дорогой друг! Пришла пора долгожданного отпуска, а ты не знаешь где взять денег?НЕ ОТКАЗЫВАЙ себе ни в чем, ты достоин лучшего отдыха!Всего 15 минут времени и паспорт позволят воплотить несбывшуюся мечту в реальность.Оставь заявку, сделай первый шаг к отпуску, о котором будешь долго рассказывать своим друзьям.Пройди по ссылке ниже:http://goo.gl/pYEFSLСкучно ехать в одиночку? Рекомендуй нас друзьям - будет и компания, и дополнительный заработок!Подробности здесь http://goo.gl/pYEFSLПора паковать чемоданы!Подписаться на рассылку новостей и акции - http://goo.gl/PYwNEuОтписаться от рассылки - http://goo.gl/4PMWTu -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 00 Type: image/jpeg Size: 41421 bytes Desc: not available URL: From jbevers at sdl.com Mon Jul 28 03:34:19 2014 From: jbevers at sdl.com (Jan Bevers) Date: Mon, 28 Jul 2014 08:34:19 +0000 Subject: [oXygen-sdk] Refreshing conref/keyref programatically Message-ID: Hi Is there a way to refresh conrefs/keyrefs inside a document programatically? In our plugin we have a custom menu item which should also trigger this action. Thanks in advance Kind regards Jan Bevers | Developer | SDL | +32 (0)15 400 970 | jbevers at sdl.com
www.sdl.com


SDL PLC confidential, all rights reserved. If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us.
SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK.
This message has been scanned for malware by Websense. www.websense.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From alex_jitianu at sync.ro Mon Jul 28 04:21:22 2014 From: alex_jitianu at sync.ro (Alex Jitianu) Date: Mon, 28 Jul 2014 12:21:22 +0300 Subject: [oXygen-sdk] Refreshing conref/keyref programatically In-Reply-To: References: Message-ID: <53D61612.5010005@sync.ro> Hi, You can invoke the "Refresh References" action, like this: AuthorActionsProvider actionsProvider = authorAccess.getEditorAccess().getActionsProvider(); Map authorCommonActions = actionsProvider.getAuthorCommonActions(); Object refreshRefAction = authorCommonActions.get("Author/Refresh_references"); actionsProvider.invokeAction(refreshRefAction); Best regards, Alex -- Alex Jitianu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 7/28/2014 11:34 AM, Jan Bevers wrote: > > Hi > > Is there a way to refresh conrefs/keyrefs inside a document > programatically? In our plugin we have a custom menu item which should > also trigger this action. > > Thanks in advance > > Kind regards > > *Jan Bevers |* Developer *|* SDL *| *+32 (0)15 400 970 > *|* jbevers at sdl.com > > > www.sdl.com > > > *SDL PLC confidential, all rights reserved.* If you are not the > intended recipient of this mail SDL requests and requires that you > delete it without acting upon or copying any of its contents, and we > further request that you advise us. > SDL PLC is a public limited company registered in England and Wales. > Registered number: 02675207. > Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire > SL6 7DY, UK. > > This message has been scanned for malware by Websense. > www.websense.com > > > > _______________________________________________ > oXygen-sdk mailing list > oXygen-sdk at oxygenxml.com > http://www.oxygenxml.com/mailman/listinfo/oxygen-sdk -------------- next part -------------- An HTML attachment was scrubbed... URL: