[Seaside] new canvas replacement for #anchorWIthDocument: searched

Mart-Mari Breedt breedt_m at aircom.co.za
Fri Sep 1 13:45:05 UTC 2006


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



More information about the Seaside mailing list