Form widgets and entities

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Form widgets and entities

G.Ben
Hi everyone,

Please I need help for manipulating entities with form widgets I've searched through tutorials and I didn't understand much, it's not clear enough for me.

What I need to know is :
- Using form widgets to list entities from database and allow the user to update or delete them.
- Adding entities that were entered by the user, to the database.
- Are there already services that we can invoke from OFBiz (create,update,delete) ? and do we use those services to manipulate entities in form widgets ? And how do we do that.

Please if it's possible, I want it really detailed, each step, ( for example : from information entered by user and treating it with form widgets, registring it to database )

If someone would like to help me, this is my email g.benabdellah@gmail.com, if he/she would like to go on private to help me.

Thank you for your help.

Regards.

G.Ben.
Reply | Threaded
Open this post in threaded view
|

Re: Form widgets and entities

dhiraj.g
Hi Ben,
Please follow this link
https://cwiki.apache.org/OFBIZ/ofbiz-tutorial-a-beginners-development-guide.html



Thanks
Dhiraj Gupta
Dhiraj Gupta
Reply | Threaded
Open this post in threaded view
|

Re: Form widgets and entities

G.Ben
Thank you Dhiraj,

Please how can I use existing CSS Themes included in Ofbiz in my application ?

Rgds.

G.Ben.
Reply | Threaded
Open this post in threaded view
|

Re: Form widgets and entities

Varun Bhansaly
Application UI is built using the decorator pattern, you can try this
specific step
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide#OFBizTutorial-ABeginnersDevelopmentGuide-CreatemainDecoratorfordecoratingthisapplication


Even doing a "View page source" of the screen reveals a lot about what
"OFBiz screens" are used to implement the UI.

Hope this helps.

On Thu, Jun 7, 2012 at 8:17 PM, G.Ben <[hidden email]> wrote:

> Thank you Dhiraj,
>
> Please how can I use existing CSS Themes included in Ofbiz in my
> application
> ?
>
> Rgds.
>
> G.Ben.
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Form-widgets-and-entities-tp4633328p4633336.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>



--
Regards,
Varun Bhansaly
Reply | Threaded
Open this post in threaded view
|

Re: Form widgets and entities

G.Ben
Thank you,

I've tried it, but it looks messy, I need to fix it manually  think by classes and id ?

Rgds.

G.Ben.