[TYPO3-ect] xaJax 0.2.5

Ricardo Mieres rmieres at web-factory.de
Sat Sep 15 01:57:50 CEST 2007


Franz Holzinger wrote:
> Elmar Hinz a écrit :
> 
>> However there may be few necessary changes to 2.4 to make it work with T3 at
>> all. 
>>
>> How should we deal with this points? Which issues are automatically solved
>> with 2.5?
>>
>> [A] There is my patch with CDATA from January.
>>
>>  <quote [TYPO3-ect] There and back again 04 Januar 2007>
>>   I have put <![CDATA[ comments into that javascript now so that single &
>>   are valid even with xhtml:
>>   http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/changeset/6208
>>   <quote >
>>
>> [C] Ricardo published the multiplugin solution to TER to monthes ago to be
>> tested: 
>>
>> http://typo3xdev.svn.sourceforge.net/viewvc/typo3xdev/tx_xajax/branches/multiplugin/
>>
>> [B] Franz send a patch to this list with a popop in case of error messages.
>> That sounds very useful. 
> 
> [D] Ingo Schmitt sent a patch (new branch) to make xajax usable for more
> than 1 TYPO3 extension on the same page.
> 
> http://typo3xdev.svn.sourceforge.net/viewvc/typo3xdev/tx_xajax/branches/multiplugin
yes, He sent the extension, because I know how do it (I've never used 
SVN :(  :P

> 
> [E] I need also a patch to make it configurable to use eID and even
> other parameters even for the same extension calling xajax.
> 
> I think it would be best to create a new TYPO3 extension for xAjax.
> taxajax ... TYPO3 adapted xAjax
I think it too. now the new Ext could be Event oriented.

> 
> This relies on xajax. Send also some code pieces to the xajax
> developers. But this taxajax extension is needed to make it working now.
> Hopefully it will have only some overridden methods of the xajax classes
> in the future. Any volunteer to be maintainer of it?

> 
> - Franz
> 


http://87.230.33.68/ajax-test/fileadmin/T3X_xajax-0_2_4MP.t3x

this is up to day. but I use my own version "tx_xjaxmp" it work fine by 
www.privates-preisverchren.de. you can see the source page. (you could 
buy something :))
new methods
        /**
	 * Gets the variable name of the xajx object.
	 * @reurn string
	 */
	function getObjectName()

	 /**
	 * Sets the variable name of the xajax object.
	 * @param string $sAjaxName
	 */
	
         function setObjectName($sAjaxName)

	/**
	 * gets the javascript function object_name.getFormValues(forname)
	 *
	 * @param string  formName
	 * @return string
	 */
	function getFormValues($formName)





More information about the TYPO3-team-extension-coordination mailing list