[Seaside] Re: JQueryMobile initial release

Yanni Chiu yanni at rogers.com
Thu Oct 20 20:44:55 UTC 2011


On 20/10/11 4:51 AM, Nick Ager wrote:
>
> I'm about to release a new version

Please include attached method for WABasicFormTag>>jqmNoAjax

It's similar to #jqmNoAjax for WAAnchorTag. It's needed to allow file 
upload to work.

BTW, I had to use 'false' (a string with quotes) to have it work 
properly. Strangely, the WAAnchorTag version uses the "false" object 
(i.e. no quotes).
-------------- next part --------------
'From Pharo1.4a of ''16 June 2011'' [Latest update: #14090] on 20 October 2011 at 4:43:22 pm'!

!WABasicFormTag methodsFor: '*jquerymobile-canvas-tags' stamp: 'YanniChiu 10/20/2011 16:43'!
jqmNoAjax
	"Disable ajax form submission, which is needed to have file upload work. A full page refresh will happen."
	self attributes 
		at: 'data-ajax'
		put: 'false'! !


More information about the seaside mailing list