tag | attribute | characteristic | style | ||
new html-keywords | line | aling | point | default | |
values of new html-keywords | side | romb | |||
old html-keywords | td | id | list | ||
values of old html-keywords | circle | ||||
communication xml | sound | sync | power | ||
values of communication xml | nouser | ||||
keyboard and mouser command | enter |
All scalar widgets send values in xml-attribute text
.
For example, constructions
<select name=a> <option value=k1>g1</option> <option value=k2>g2</option> <option value=k3>g3</option> </select> |
|
<input type=radio name=a value=k1>g1<br> <input type=radio name=a value=k2>g2<br> <input type=radio name=a value=k3> |
g1 g2 g3 |
If file or service, requested by form, is not exist, then browser displays not-sent XML-data in window "It's impossible to display page".
It is impossible to display page
send to: program_name.exe parameters: <work profession="chemist" graduating="1900" experience="10"> <workplace in_date="01.90" out_date="01.91" ltd="AAA" why="aaa"> <workplace in_date="01.92" out_date="01.93" ltd="BBB" why="bbb"> <workplace in_date="01.94" out_date="01.95" ltd="CCC" why="ccc"> <workplace in_date="01.96" out_date="01.97" ltd="DDD" why="ddd"> </work> |
To pick up a coordinates of point of broken or curves line is more convenient by using drag-and-drop of points and sections.
I offer to enter new characteristic
next of tag form
for specifing a behaviour of a browser after reception of information.
id
,
attributes "parent" and "after" exist only in communication channel):
<r rs=542> <ti id=origin_id> ... <ti> </r> |
replacement of tag: deleting old tag and cascade deleting its sub-tags and adding new tag with attributes and sub-tags |
<r rs=542> {ti id=origin_id} </r> |
deleting of tag and cascade deleting its sub-tags (new tag is sent in braces) |
<r rs=542> <ti parent=tag_name after=origin_id> ... <ti> </r> |
adding new tag with attributes and sub-tags and placing it directly after such tag, which name and unique identifier are specified in attributes "parent" and "after" |
id
can be in document.
Rotation will be applied to all tags with specified
tag_name and origin_id,
independently of how many such tags are.
Earlier we can not take advantage of writing tag to standard output, only because they will get from standard output into new window of operational system. Now tags go from standard output into browser. We will receive new and new pages, depending of behaviour of user.
So, once started from html-form, program can communicate further in html-pages.
If points coordinates are specified in a separate file in document, sending a form
Using a lines and performance a programs in local file system simultaneously allows to simulate various phenomena and systems.
Now program receive parameters in start moment by one of the following ways:
First two ways are extremely inconvenient for user: reading a documentation is necessary, there is no intuitive interface.
Last is very heavy: we used a compiling programming languages for writing these questionnaires, because transfering parameters from html-form to standard input of program was impossible. Now it's possible for making.
I offer to enter new characteristic wait of tag
form
, which specifies,
whether it's necessary to wait block's end for beginning to update browser window.
tag | characteristic | default value | list of possible values |
form |
next | document | document, movement, rotation, execute |
wait | no | no, yes |
html60author