CodeChargenewbie
Posts: 114
|
| Posted: 02/22/2008, 7:37 AM |
|
I need to use ajax on a button, but I don't see the feature property listed for buttons. How can I use codecharge's new ajax features for buttons?
|
 |
 |
greywire
Posts: 37
|
| Posted: 02/28/2008, 1:33 PM |
|
Not sure why its not there, but, I know in at least some cases you want to add an ajax feature to some other component and you can set that to happen when that button is clicked, IE updating a value or something.
_________________
--
Aric Caley
Fonality, inc |
 |
 |
wkempees
Posts: 1679
|
| Posted: 02/28/2008, 2:00 PM |
|
On a plain Button?
Or the Submit / Delete Buttons or a Form?
As a rule I would think you mean a Button from the Form Tab of Tools.
Such a Button would always create a Form.
Giving a Form Ajax capabilities could mean either an UpdatePanel, to refreshlessly retreive additional data (lookups and so on) or an UpdateDB to add a service to the form in order to update data.
I hopethis answer is correct ad useful to you.
Adding Ajax to a plain HTML Button, I would not know what to do with or how to except for adding custom js.
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
JimmyCrackedCorn
Posts: 583
|
| Posted: 02/28/2008, 2:27 PM |
|
Quote wkempees:
to refreshlessly retreive
hey Walter...I think you just coined a new term! 
refreshlessly
_________________
Walter Kempees...you are dearly missed. |
 |
 |
wkempees
Posts: 1679
|
| Posted: 02/28/2008, 3:55 PM |
|
refreshlessly
I know, was wondering if that was a term but now it is, because 1 other person accepted it.
Thanks 
I still wonder about the ss though, lol
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
CodeChargenewbie
Posts: 114
|
| Posted: 03/03/2008, 8:12 AM |
|
Quote wkempees:
On a plain Button?
Or the Submit / Delete Buttons or a Form?
As a rule I would think you mean a Button from the Form Tab of Tools.
Such a Button would always create a Form.
Giving a Form Ajax capabilities could mean either an UpdatePanel, to refreshlessly retreive additional data (lookups and so on) or an UpdateDB to add a service to the form in order to update data.
I hopethis answer is correct ad useful to you.
Adding Ajax to a plain HTML Button, I would not know what to do with or how to except for adding custom js.
Walter
Yes, I meant a plain button, not one used to submit a form. Good stuff above, though. Thanks.
|
 |
 |
|