-
Thans for the fix - I'll check it and include in next release.
2008-01-19 14:36:34 UTC in phpAjaxTags
-
Lots of thanks - now everything's working fine.
I've started from changing project web page to working one: http://www.4al.pl/phpAjaxTags/
Now I'm going to integrate newer version of library and do some first steps tutorial.
2007-12-12 08:02:02 UTC in SourceForge.net
-
Still the same :(
Your Permissions: Your ability to perform various project-related operations will depend on the permissions established for your account by the administrator(s) of this project.
* You are listed as a developer (not administrator) for this project.
* You cannot perform file release operations on this project.
* You cannot manage documentation (in DocManager...
2007-12-11 20:55:38 UTC in SourceForge.net
-
Thank You for Your actions - I have responded to some help requests.
But I still cannot do any administrative tasks on the project.I am listed as "Project Manager" instead of admin ?
When I try to access members area and add myself as admin of the project (https://sourceforge.net/project/admin/userperms.php?group_id=158497) I m getting "permission denied".
2007-12-09 21:12:28 UTC in SourceForge.net
-
Well - it's undocumented - but there is a "method" option for each tag when You look in underlaying js files ...
You can try to set 'method'=>'post' in a tag php function call (it will be forwarded to JS - You can see it in generated html) and then do some debugging/fixes to forward it up to XMLRequest calls.
If You are still interested in this - let me know - maybe I find some...
2007-12-09 20:53:11 UTC in phpAjaxTags
-
I think looking in "Toggle Tag Demo" part on http://www.4al.pl/phpAjaxTags can help You with this.
Use special hidden field for storing checkbox state and some JS for reading the field and reseting checkbox client-side.
2007-12-09 20:13:32 UTC in phpAjaxTags
-
First - sorry for the late answer - I was kinda "unpresent"...
The most common problem is scripts path - try to use standard path ("/phpAjaxTags" under Your root WWW folder). If it runs - then You can modify It to custom one (but remember about changing the path also in pat_js function call).
If You have any further problems - no bother contacting me - I'll be glad to help !
2007-12-09 20:03:32 UTC in phpAjaxTags
-
My login at SourceForge is virtimus.
Back in 2006 I've created a project named phpAjaxTags (a port from JSP Ajax Tags library).
Developed php part, created demo site (http://www.4al.pl/phpAjaxTags/), issued it to Source Forge and succesfully established a project at http://sourceforge.net/projects/phpajaxtags/
It was evolving well. On 21.06.2006 I received a message from Sebastian Avina...
2007-12-03 07:23:50 UTC in SourceForge.net
-
For this thing to work - You must feed it with proper server XML responses -
the tags param "baseUrl" controls this
in first demo on my site (Select Tag Demo) it's:
'baseUrl'=>'/phpAjaxTags/demo/sampleAjaxServer.php',
'parameters'=>'action=select2&make={make3}',
so - You will receive requests from the client browser looking like this...
2006-11-25 11:45:13 UTC in phpAjaxTags
-
Well - from what I see - You have just a typo :)
$glArray = array();
array_push($gl_array ...
Sorry for the late answer - unfortunatelly I'm a busy person :(.
2006-11-25 11:36:16 UTC in phpAjaxTags