From jbevers at sdl.com Tue Feb 3 07:55:22 2015 From: jbevers at sdl.com (Jan Bevers) Date: Tue, 3 Feb 2015 13:55:22 +0000 Subject: [oXygen-sdk] Multi-select for InputURLChooserCustomizer Message-ID: Hi I have a question related to multi-select in combination with a InputURLChooserCustomizer. I would like to implement this behavior when a user inserts a topic reference inside a dita map. Currently the user can only select one document. I'm using a custom implementation of the InputURLChooserCustomizer to let the user access our browse dialog. The browse dialog we have can support multi select. Is it possible to use the InputURLChooserCustomizer for multi select operations? If so how can it be done and how to determine if a certain operation can use a multi-select (e.g. insert conref would be a single select, insert topic reference multi-select)? Thanks in advance 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 support at oxygenxml.com Wed Feb 4 05:34:52 2015 From: support at oxygenxml.com (Oxygen XML Editor Support (Radu Coravu) ) Date: Wed, 04 Feb 2015 13:34:52 +0200 Subject: [oXygen-sdk] Multi-select for InputURLChooserCustomizer In-Reply-To: References: Message-ID: <54D203DC.4010105@oxygenxml.com> Hi Jan, Sorry, the InputURLChooserCustomizer can set a single URL to a chooser. If you want to allow for inserting multiple references to topics you will need to create a custom action which shows your chooser dialog and then uses our API to perform the insertion of all the topicrefs. Regards, Radu Radu Coravu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 2/3/2015 3:55 PM, Jan Bevers wrote: > Hi > > I have a question related to multi-select in combination with a > InputURLChooserCustomizer. > > I would like to implement this behavior when a user inserts a topic > reference inside a dita map. Currently the user can only select one > document. > > I’m using a custom implementation of the InputURLChooserCustomizer to > let the user access our browse dialog. The browse dialog we have can > support multi select. > > Is it possible to use the InputURLChooserCustomizer for multi select > operations? If so how can it be done and how to determine if a certain > operation can use a multi-select (e.g. insert conref would be a single > select, insert topic reference multi-select)? > > Thanks in advance > > 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 >