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?
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?
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
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...
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?
on which event i have to call is my question. i did coding part.
how to call that function in which event?
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.
i am new to js.will you guide me how to write js for that?
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?