Search found 37 matches

Go to advanced search

by navya kodali
Thu Apr 03, 2014 10:07 am
Forum: Issues
Topic: how to set width, height for input component,buttons?
Replies: 9
Views: 1886
 
Jump to post

how to set width, height for input component,buttons?

if i use this code may i get component center of the page irrespective of the screen size.for 320x480,768x1024 and 768x1024
how to place a component center of the screen with dome dimensions?

by navya kodali
Thu Apr 03, 2014 7:29 am
Forum: Issues
Topic: how to set width, height for input component,buttons?
Replies: 9
Views: 1886
 
Jump to post

how to set width, height for input component,buttons?

thanks for your reply...

on which event i have to write this code.

if i use this code may i get component center of the page irrespective of the screen size.for 320x480,768x1024 and 768x1024

by navya kodali
Thu Apr 03, 2014 6:05 am
Forum: Issues
Topic: how to set width, height for input component,buttons?
Replies: 9
Views: 1886
 
Jump to post

how to set width, height for input component,buttons?

Hi,

i want to set width for an input component.
how to do that?
i have adjusted input component margin left,right values. but its not properly viewed in other orientations and other screen sizes.

please guide me...

by navya kodali
Wed Mar 19, 2014 7:06 am
Forum: Issues
Topic: which event has to call?
Replies: 7
Views: 1211
 
Jump to post

which event has to call?

i wrote this code in screen1 load event. function display(){ alert("loaded"); } call this function in input value change event select action runjs and call as "display();" for checking this wrote an alert.that alert was displayed.but function is not called. alert("loaded&quo...
by navya kodali
Wed Mar 19, 2014 4:26 am
Forum: Issues
Topic: which event has to call?
Replies: 7
Views: 1211
 
Jump to post

which event has to call?

can't we do on value change event in 6 and 7?
how to call fillInput7 function?
"fillInput7();"
is this correct syntax to call function or any other way?

by navya kodali
Tue Mar 18, 2014 1:09 pm
Forum: Issues
Topic: which event has to call?
Replies: 7
Views: 1211
 
Jump to post

which event has to call?

on which event i have to call is my question. i did coding part.
how to call that function in which event?

by navya kodali
Tue Mar 18, 2014 11:41 am
Forum: Issues
Topic: which event has to call?
Replies: 7
Views: 1211
 
Jump to post

which event has to call?

i have some number of input fields. when i am adding 1+2 result is placed on 3 filed by calling keyup event of 2 4+5 result is placed on 6 filed by calling keyup event of 5 i want total of 3+6 in 7 input filed.for that which event has to call? value change is not working? when put cursor on 7 only i...
by navya kodali
Tue Mar 11, 2014 11:21 am
Forum: Issues
Topic: how to add input values text.
Replies: 3
Views: 820
 
Jump to post

how to add input values text.

Hi,
My input fields names are text1,text2,text3.
result field name is Result.

where should i wrote js how to do addition for those 3 ( text1,text2,text3).
result should be displayed in Result input field.

by navya kodali
Tue Mar 11, 2014 11:17 am
Forum: Issues
Topic: how to add extra digits to inputfield text.
Replies: 3
Views: 671
 
Jump to post

how to add extra digits to inputfield text.

i am new to js.will you guide me how to write js for that?

by navya kodali
Tue Mar 11, 2014 10:36 am
Forum: Issues
Topic: how to add extra digits to inputfield text.
Replies: 3
Views: 671
 
Jump to post

how to add extra digits to inputfield text.

hello,

In input field text i want to add ".00" to the existing data.

example: "20" should automatically be converted
to "20.00"
how to do this?

how to ristrict that inputfield that should allow only numbers not any other charecters?

Go to advanced search