Re: JavaScript image cropper UI possible in Webobjects ?
Re: JavaScript image cropper UI possible in Webobjects ?
- Subject: Re: JavaScript image cropper UI possible in Webobjects ?
- From: Chuck Hill <email@hidden>
- Date: Thu, 17 Aug 2006 13:19:24 -0700
Are you running the app through direct connect mode or through
Apache? Is there a :34562 number in the URL?
Chuck
On Aug 17, 2006, at 12:38 PM, jlecuyer wrote:
David Spurr create a very nice JavaScript to crop an image using an
interface with the same features and styling as found in commercial
image editing software. A demo is at:
http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-
prototype-scriptaculous/
Is it possible to integrate this in webobject?
It is based on Prototype & script.aculo.us
I'd try to integrate cropper.js, prototype.js, scriptaculous.js and
cropper.css in a xcode project.
I'd make sure that those was in the copy Bundle Resources of Web
Server Target.
After the Build, i'd copy the .woa to /Library/WebServer/Documents/
WebObjects/ProjectJle.woa
But it's not working...(no live cropping UI on image) ok there is
the xhtml problem, but it can be fix...
My web Component: choixCrop.wo integrate a WOJavaScript in the
header specifying the <script src to
<script src="/WebObjects/ProjectJle.woa/Contents/WebserverResources/
prototype.js" type="text/javascript"></script>
<script src="/WebObjects/ProjectJle.woa/Contents/WebserverResources/
scriptaculous.js?load=builder,dragdrop" type="text/javascript"></
script>
<script src="/WebObjects/ProjectJle.woa/Contents/WebserverResources/
cropper.js" type="text/javascript"></script>
I'd tried to save the page.html that Webobject generate and edit it
to point those .js file to local folder path with this page.html and
it work if
I change those script "src=" to point this local folder...
How could we use jsCropperUI-1.1.2 with WebObject ?
Thanks,
Jean
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden