phpr 5.2 javascript api example needed |
6/3/2010 3:54:34 AM |
PHPRunner General questions | |
A
acpan author
Hi, |
|
A
|
ann 6/3/2010 |
Hi, <script> displaylimit("document.editform1.value_msg_text_1","",160)</SCRIPT> |
A
|
acpan author 6/3/2010 |
Thanks Ann, i will update the Tips section too. |
O
|
onlline 6/28/2010 |
Hi, javascript code of previous version works in PHPRunner 5.2. The difference is that names of controls are changed (editform to editform1, value_fieldname to value_fieldname_1). Here is a sample: <script> displaylimit("document.editform1.value_msg_text_1","",160)</SCRIPT>
|
A
|
acpan author 6/28/2010 |
Hi, |
O
|
onlline 6/29/2010 |
Hi, yes, edit in Visual Editor and it should be: displaylimit("document.editform1.value_f_name_1","",160)</SCRIPT>[/code] you need more javascript to enable this to work, for more info, please refer to the tips here. acp
|
O
|
onlline 6/29/2010 |
2.thank you, look at this post maybe I can help http://www.asprunner.com/forums/topic/14680-field-telephone-registration-and-identity/ |