2012/10/20 Fred <[email protected]>

> Hello,
>
> i try to write a "search (ldap)" page with weblocks :
> - a widget which display a form with an input text field and a submit
> button
> - a second widget which display the results
> - a main widget which display the two widgets
>
> i wrote a "data" class and a search function (ldap) stored in
> src/model/data.lisp
> i wrote defview functions too (table and data), but no Form view because i
> do not need to modify datas.
>
> As far as i understant :
> - i need to write a new widget for the "search" one
> - i need to use a datagrid widget to display results
> - i need a composite widget to the main page
>
> For the new widget (search), can i use an existing one (with inheritance) ?
> Or must i write my own widget with some render functions (like
> render-input-field) in a render-widget-body method ?
> I looked at simpleform, quickform, login, but i steel do not see how to
> start.
>
Hi, I've used quickform for this and now have own filtering widget
https://github.com/html/weblocks-filtering-widget
It must satisfy your needs.


>
> With a little help from you, i could follow the right way.
>
> Thanks.
>
> Regards.
>
>
>
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "weblocks" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/weblocks/-/eXCSRaVpiocJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/weblocks?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en.

Reply via email to