[jbosstools-issues] [JBoss JIRA] (JBIDE-12501) Create a prototype of HTML/JSP preview view

Yahor Radtsevich (JIRA) jira-events at lists.jboss.org
Thu Aug 30 14:17:32 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-12501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yahor Radtsevich updated JBIDE-12501:
-------------------------------------

    Description: 
Ilya Buziuk has created a prototype of an HTML preview view with support of scrolling to the selected source element.
The prototype implements two main ideas:
# It uses a self-written HTTP server to host preview pages. It allows to easily resolve resouces like <img src='../images/image.png'>.
# It adds a custom attribute to the selected elements, to scroll to it (document.scrollTo(thatSelectedElementWithCustomAttribute))
The source is available [here|http://anonsvn.jboss.org/repos/jbosstools/workspace/yradtsevich/ibuziuk/HTML-preview-plugin/]. YouTube demo is [here|http://youtu.be/1ltSuMVyrp4].

    
> Create a prototype of HTML/JSP preview view
> -------------------------------------------
>
>                 Key: JBIDE-12501
>                 URL: https://issues.jboss.org/browse/JBIDE-12501
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: Visual Page Editor core
>    Affects Versions: 4.0.0.Alpha1
>            Reporter: Yahor Radtsevich
>            Assignee: Yahor Radtsevich
>             Fix For: 4.0.0.Alpha1
>
>
> Ilya Buziuk has created a prototype of an HTML preview view with support of scrolling to the selected source element.
> The prototype implements two main ideas:
> # It uses a self-written HTTP server to host preview pages. It allows to easily resolve resouces like <img src='../images/image.png'>.
> # It adds a custom attribute to the selected elements, to scroll to it (document.scrollTo(thatSelectedElementWithCustomAttribute))
> The source is available [here|http://anonsvn.jboss.org/repos/jbosstools/workspace/yradtsevich/ibuziuk/HTML-preview-plugin/]. YouTube demo is [here|http://youtu.be/1ltSuMVyrp4].

--
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


More information about the jbosstools-issues mailing list