Hi,
I am currently delevoping a web application based on some scriptaculous stuffs. I would like to use a SUInPlaceEditor but and i can not find it anymore in the classBrowser. It seems it had been removed from the last version, is it right ? Is there another similar way to have the same comportement of this scriptaculous script ? thanks sylvain pralon _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
You could probably use an updater (html updater) to render your field via
the onClick of the div and then use the onBlur to render the text back? Certainly this could be built into a reusable component and I may even get around to it if no one has done this before, but only as soon as I find a good use case for this in our application :) Hope this helps, -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Sylvain Pralon Sent: Monday, July 17, 2006 2:16 AM To: [hidden email] Subject: [Seaside] SUInPlaceEditor in visual Works is not anymore ?? Hi, I am currently delevoping a web application based on some scriptaculous stuffs. I would like to use a SUInPlaceEditor but and i can not find it anymore in the classBrowser. It seems it had been removed from the last version, is it right ? Is there another similar way to have the same comportement of this scriptaculous script ? thanks sylvain pralon _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside smime.p7s (4K) Download Attachment |
Indeed, the functionality is also missing from the latest Squeak version,
although demo site at http://scriptaculous.seasidehosting.st clearly demonstrates it via, SUInPlaceEditorTest>>renderContentOn: html html paragraph script: (html inPlaceEditor callback: [ :value :renderer | renderer render: (text := value) ]; cancelText: ''); with: text Any idea where it is? ;) -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Boris Popov Sent: Monday, July 17, 2006 11:16 AM To: [hidden email] Subject: RE: [Seaside] SUInPlaceEditor in visual Works is not anymore ?? You could probably use an updater (html updater) to render your field via the onClick of the div and then use the onBlur to render the text back? Certainly this could be built into a reusable component and I may even get around to it if no one has done this before, but only as soon as I find a good use case for this in our application :) Hope this helps, -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Sylvain Pralon Sent: Monday, July 17, 2006 2:16 AM To: [hidden email] Subject: [Seaside] SUInPlaceEditor in visual Works is not anymore ?? Hi, I am currently delevoping a web application based on some scriptaculous stuffs. I would like to use a SUInPlaceEditor but and i can not find it anymore in the classBrowser. It seems it had been removed from the last version, is it right ? Is there another similar way to have the same comportement of this scriptaculous script ? thanks sylvain pralon _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside smime.p7s (4K) Download Attachment |
Free forum by Nabble | Edit this page |