
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comfort Software :: Forums :: Development | |||
|
|||
html usage |
| Author | Post |
| douglaing |
| ||
![]() Joined: Thu May 06 2010, 02:48pm Posts: 3 | I have downloaded the package for use in InternetExplorer, in the examples there are many options to set. I am looking for a document that tells me what they are and how they work?? Doug Laing | ||
| Back to top |
| Comfort |
| ||
![]() ![]() ![]() Joined: Wed Sep 19 2007, 03:42pm Posts: 600 | These are parameters "by default". You can delete them:
<OBJECT ID="CsHideKeyboardFormX1" WIDTH=201 HEIGHT=25
Have a nice day | ||
| Back to top |
| douglaing |
| ||
![]() Joined: Thu May 06 2010, 02:48pm Posts: 3 | That is interesting is there documentation on the optons here on the web site somewhare? Also I guess I did not ask the question correctly. In the example code you have the following: <PARAM NAME="Visible" VALUE="-1"> <PARAM NAME="AutoScroll" VALUE="0"> <PARAM NAME="AutoSize" VALUE="-1"> <PARAM NAME="AxBorderStyle" VALUE="1"> <PARAM NAME="Caption" VALUE="Comfort On-Screen Keyboard Panel"> <PARAM NAME="Color" VALUE="4278190095"> <PARAM NAME="Font" VALUE="Tahoma"> <PARAM NAME="KeyPreview" VALUE="0"> <PARAM NAME="PixelsPerInch" VALUE="96"> <PARAM NAME="PrintScale" VALUE="1"> <PARAM NAME="Scaled" VALUE="-1"> <PARAM NAME="DropTarget" VALUE="0"> <PARAM NAME="HelpFile" VALUE=""> <PARAM NAME="PopupMode" VALUE="0"> <PARAM NAME="ScreenSnap" VALUE="0"> <PARAM NAME="SnapBuffer" VALUE="10"> <PARAM NAME="DockSite" VALUE="0"> <PARAM NAME="DoubleBuffered" VALUE="0"> <PARAM NAME="UseDockManager" VALUE="0"> <PARAM NAME="Enabled" VALUE="-1"> <PARAM NAME="AlignWithMargins" VALUE="0"> Are they documented as to the correct possible values for each. Basicly what I need to do is cause the keyboard to be visable on just the pages needed. I would like to have it at a specific location and set the size correctly. Also I do not want any controlls that could cause the user to exit the web page to the operating system. The pop one is ok but it allows them to close it and move it around, I would like to controll this. Doug Laing | ||
| Back to top |
| Comfort |
| ||
![]() ![]() ![]() Joined: Wed Sep 19 2007, 03:42pm Posts: 600 | Basicly what I need to do is cause the keyboard to be visable on just the pages needed. Add this code on pages where the keyboard have to be visible. I would like to have it at a specific location and set the size correctly. You can't control it via HTML. But you can use other options like "Show the keyboard next to the text entry". Also I do not want any controlls that could cause the user to exit the web page to the operating system. The pop one is ok but it allows them to close it and move it around, I would like to controll this. Remove keys like Win and Ctrl and set this: http://www.comfort-software.com/forum-t49.html Have a nice day | ||
| Back to top |
| douglaing |
| ||
![]() Joined: Thu May 06 2010, 02:48pm Posts: 3 | Ok I have the showkb and hidekb html working. On the diferent PARAM's in the hide and show sample html is there a document with discriptions of the PARAM's and the possible options. Also is it possible that there are more PARAM's like lock into upper case and or lower case. It would be nice to have a full list of the PARAM's and possible values for each. Doug Laing | ||
| Back to top |
| Comfort |
| ||
![]() ![]() ![]() Joined: Wed Sep 19 2007, 03:42pm Posts: 600 | These PARAM's are for button with text "Show/Hide Keyboard". There is no parameters for the keyboard. Have a nice day | ||
| Back to top |
| Moderators: Comfort |