[Proto-Scripty] What is function(transport) means ?

2009-06-30 Thread Nakata Kokuyo
Good day All, I normally found prototype sample like following :- [code] onComplete: function(transport) { console.log('done'); console.log (transport); }

[Proto-Scripty] How to call custom action in Ajax.Updater() ?

2009-06-30 Thread Nakata Kokuyo
Good day All, I would like to know how we can call the custom controller action in java or asp.net (i'm using salesforce environment in fact)? what i intend to do is to have one dropdown list , when the value get change, it will fire a custom action to return string and it able to give me

[Proto-Scripty] Prototype in salesforce development

2009-06-27 Thread Nakata Kokuyo
Good day, I have a problem by running prototype in salesforce visualforce page, which i unable to understand and have some doubts Below code is intend to allow user to select drop down list and able to update div with value in drop down list. Below code only able to run and call out alert on

[Proto-Scripty] Re: Prototype in salesforce development

2009-06-27 Thread Nakata Kokuyo
On Jun 27, 8:33 am, Nakata Kokuyo alvincks...@gmail.com wrote: Good day, I have a problem by running prototype in salesforce visualforce page, which i unable to understand and have some doubts Below code is intend to allow user to select drop down list and able to update div