[Seaside] new canvas replacement for #anchorWIthDocument: searched

Martin Schubert mtin79 at googlemail.com
Fri Sep 1 13:48:07 UTC 2006


hello Mart-Mari,
thanks for your quick reply : when i insert your code i got the 
follwowing error :

    WAAnchorTag(Object)>>doesNotUnderstand: #document:

so WAAnchorTag does not understand these messages. ...
any idea?

Mart-Mari Breedt schrieb:
> Hi Martin,
>
> I believe you are looking for something like
>
> html anchor
> 	document: file contents;
> 	mimeType: file mimeType;
> 	fileName: file name;
> 	text: shortName
>
> Kind regards,
>
> Mart-Mari
>
> -----Original Message-----
> From: Martin Schubert [mailto:mtin79 at googlemail.com] 
> Sent: 01 September 2006 03:38 nm
> To: The Squeak Enterprise Aubergines Server - general discussion.
> Subject: [Seaside] new canvas replacement for #anchorWIthDocument:
> searched
>
> hello out there,
> i can`t figure it out how the new canvas api replaces
> anchorWithDocument.
> i want to write a document that first uploads a file and display an 
> anchor to it after uploaded.
>
> html form
>         multipart;
>         with: [
>             html bold: 'Load version from file: '.
>             html break.
>             html fileUpload callback: [:f | file _ f].
>             html space.
>             html submitButton callback: [self save]; text: 'Load'.
>     ].
>
>     file ifNotNil: [
>         html anchor;
>         url: ??file urlFromFile??].
>
> could anyone point me in the right direction? thanks a lot!
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>   



More information about the Seaside mailing list