[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13753881#comment-13753881
 ] 

Andun Sameera Liyanagunawardana commented on OPENMEETINGS-735:
--------------------------------------------------------------

AFAIK In OM we can upload multi-paged Doc/PDF to whiteboard.OM code converted 
those pages it to pictures and put them in to a specific folder. Thus inserting 
those docs in to whiteboard means adding those pictures to whiteboard. 
Navigation of pages means navigating though pages(AKA Converted Pictures) of 
the inserted doc. Maxim please correct me if I am wrong here.

So I have implemented,
 1) a method to get the url list of the documents from the server. This return 
the url list of the first page of each distinct document in the server.
 2) a method to get the url list of the particular documents pages from the 
server. 

Using the 1) method I have implemented a ui exactly same as clipart insert. 
Where user can click on doc image to add it to the whiteboard. All the things 
are committed to the wicket stuff repo and you can look at a sample application 
here 
https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/whiteboard-parent.
 

Currently I have the page navigation code implented by Andrey and I can get the 
pages of doc using my server method. So working on a method to add the 
navigation on doc pages.

                
> Wicket based Whiteboard should provide Insert Clipart, Picture, DOC, PDF 
> features
> ---------------------------------------------------------------------------------
>
>                 Key: OPENMEETINGS-735
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-735
>             Project: Openmeetings
>          Issue Type: Sub-task
>          Components: HTML5, UI
>    Affects Versions: 3.0.0 Apache Release
>            Reporter: Andun Sameera Liyanagunawardana
>            Assignee: SebastianWagner
>             Fix For: 3.1.0 Apache Release
>
>
> Wicket based Whiteboard should provide Insert Clipart, Picture, DOC, PDF 
> features

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to