EMF Forms on Web [message #1401853] |
Wed, 16 July 2014 03:07  |
Eclipse User |
|
|
|
Hi,
I want to use EMF Forms on my Web application. But i can't find any documentation or
description for render EMF Forms on web or mobile. But i just find tutorials about Desktop app.
is there any tutorial or documentation about this?
And i want to ask there is any documentation about rap with emf forms ?
Regards.
[Updated on: Wed, 16 July 2014 08:46] by Moderator
|
|
|
|
|
|
|
|
|
|
|
Re: EMF Forms on Web [message #1403673 is a reply to message #1403532] |
Fri, 25 July 2014 04:38  |
Eclipse User |
|
|
|
Just register the view file using the extension point )as described in
the getting started tutorial. The registration is automatically done by
the IDE tooling anyways. If the view model is registered, you do not
have to pass it, juts use the signature:
ECPSWTViewRenderer.INSTANCE.render(composite, domainModelObject)
and EMF Forms will pick up the view model for you.
You have to make sure, that the view model bundle is in your run
configuration, though.
Am 24.07.2014 12:08, schrieb akgun demirbas:
> Hi Jonas,
>
> Actually we would like to render a .view file.
>
> ECPSWTViewRenderer.INSTANCE.render(composite, domainModelObject, vView);
>
> How can I create a VView object from .view file.
>
> Thanks a lot.
|
|
|
Powered by
FUDForum. Page generated in 0.31428 seconds