Stephan , I solved this specific problem doing this.


QCGroupedFormRenderer renderControl:id: is used.
renderContentOn:ajaxScript: and then renderEditorOn:ajaxScript; and renderInputOn:ajaxScript: are in the message chain .


What i did was create renderInputOn:ajaxScript: into MAJQDateInputComponent


renderInputOn: html ajaxScript: aScript
    self renderInputOn: html.


It works very well now.

I am newbie to develop Seaside , Magritte and QCMagritte apps then i hope everyone express their opinion about this workaround.


TIA



Ing. Pablo Digonzelli
Software Solutions
IP-Solutiones SRL
Metrotec SRL
25 de Mayo 521
Email: pdigonzelli@softsargentina.com
pdigonzelli@gmail.com
Cel: 5493815982714


De: "Stephan Eggermont" <stephan@stack.nl>
Para: "Pier and Related Tools Magritte ..." <smallwiki@iam.unibe.ch>
Enviados: MiƩrcoles, 10 de Septiembre 2014 21:17:43
Asunto: Re: QCMagritte and MAJQDateInputComponent

If I add it to a QCTutorial (and make it editable), it works for me. On the QCTutorialModel it doesn't.
It needs some css though.

Stephan

On Sep 11, 2014, at 0:36 , Pablo R. Digonzelli wrote:

<magritteDescription>
^ MADateDescription new
    priority: 200;
    beRequired ;
    label: 'Vencimiento';
    accessor: #vencimiento;
    default: ( Date today + 30 ) ;
    componentClass: MAJQDateInputComponent ;
    comment: 'Fecha de vencimiento de la lista de precios';
    yourself


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki