M
|
michaelmac 4/11/2010 |
Jane |
![]() |
ficcionista 4/12/2010 |
Jane Do I add this snippet after the </html>? Sorry to be dense here, but want to try this out and am stuck Thanks
|
K
|
kutch 4/29/2010 |
Hi I just want to do some addition on 3 Text Fields, I made this line; |
M
|
michaelmac 4/30/2010 |
Hey, |
A
|
ann 5/5/2010 |
Kutch, |
![]() |
Sergey Kornilov admin 5/7/2010 |
Updated version 5.2 example to utilize Javascript API. |
M
|
matteofaini 6/7/2010 |
Updated version 5.2 example to utilize Javascript API.
|
![]() |
Sergey Kornilov admin 6/8/2010 |
Matteo, |
L
|
lechante 6/22/2010 |
To learn how this works |
J
|
jansgroup 7/28/2010 |
Let's say there are three fields on the add/edit page: Price, Quantity and Total. To calculate total value on the fly use JavaScript code (add it at the end of the page on the Visual Editor tab in HTML mode). Here is a sample code for PHPRunner 5.1: <script>
|
I
|
indigo 7/29/2010 |
Hi, |
J
|
jansgroup 8/4/2010 |
This works perfectly! Can you assist where it is desired to update more then just 1 field (perhaps 2 or more) based on the input of more than 2 fields (perhaps 4 or more). Example: Price * Qty = Total Total + Shipping - Discounts = Grand Total In this example the Price, Qty, Shipping and Discounts would be input fields where Total and Grand Total is calculated on the fly. I would like to accomplish this using the same type of function as shown in the example javascript in this thread.
|
S
|
sunita_seen 2/12/2011 |
YES, Use multiple functions within on function ....short of |