Displaying 3 results from an estimated 3 matches for "exchus".
Did you mean:
exclus
2006 Jan 05
6
InPlaceEditor and textarea
Hi to all.
First of all exchuse for my bad english
I try to use Ajax.InPlaceEditor with a textarea:
##################
new Ajax.InPlaceEditor($(''ipblock''), ''tools/admin_save.php'',
{ ajaxOptions: {method: ''get''},
rows:10,
cols:20,
callback: function(form...
2005 Dec 05
3
Effect.Highlight on Ajax.Updater
Hello to all list members...
Exchuse for my bad english, I don''t write english very well.
I''m searching for a solution to hilight a div when his value change.
The value in these div is take from Ajax.Updater .
the code is:
new Ajax.Updater(''acc'',''tools/head_info.php'',{asynchron...
2006 Mar 31
0
info about default value of InPlaceCollectionEditor
...#39;'t know how to setup
a default value to 0 for "No" and to 1 for "Yes".
I have think a code like:
value: function() {
return ($(el).innerHTML==''Yes'') ? ''1'' : ''0'';
},
but don''t run.
Can you help me?
Exchuse me for my very bad english :-P
Antonello