Subversion Repositories wimsdev

Rev

Rev 4034 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4745 schaersvoo 1
7/11/2011
2
- different inputfield widths may be declared:<param name="inputfield_width" value="120,340,120,30"> default width for all fields :60px
3
 
4034 schaersvoo 4
4/3/2011
5
- Rewrite, changed param_syntax and improved usability (see test.html).
6
- Use of a "," as tokenizer : do not use "\," , a half space in latexcode !!
7
- Embeded input_textarea's though keyword "input" : <param name="latex3" value="4 \cdot \frac{3}{5} = ,input, = ,input">
8
 
9
- Modify latex_fgcolor per 'line' : <param name="latex4" value="#00ff00">
10
- Modify latex_fgcolor per 'item' (only when using "input") : <param name="latex5" value="#00ff00,\frac{4}{2x}=,#ff0000,\frac{2}{x}">
11
- The latex_fgcolor will not be reset to the default; e.g. will be #ff0000 until changed by another color. 
12
 
13
- Changed latex_font from "Helvetica" to "Ariel" (if available on platform)
14
- Changed return format of resize function : now returns int and not int[] (this gives problems on Safari Windows)
15
- Automated resizing will not work at all for Opera (known bug).
16
- Add timout 2000ms for first-start on slow systems of java virtual machine
17
- Works for WinXP/Win7 IE-6/7/8 , Firefox-3/4 , GoogleChrome , Safari.
18
- Works for Linux/FreeBSD Firefox-3/4 , Seamonkey , GoogleChrome.
19
 
20
 
3653 schaersvoo 21
20/12/2010
22
- Ant build.
23
 
24
15/5/2010
25
 
26
- This is an "inline latex" viewer with input/reply option.
27
- Using the ATP library for fast latex_image generation for a "usable" amount of latex syntax.
28
- Added  applet_auto_scaling.
29
- Added euro symbol \euro
30
- For applet autoscaling, the applet_tag "width" should be less than 10 : width="1"
31
- The autoscaling SetSize() javascript_function from the test.html adresses 
32
  the applets public function "getPrefferedSize();".
33
  It could/should be called from the htmlpage "body onload".
34
  Or in WIMS:
35
  !set wims_html_onload=javascript:SetSize('TexApp');
36
  If the applet has a width > 10 , no autoscaling is performed.
37
- The number of inputfields can be "user_controlled": see test.html
38
  The fontsize is adapted to the inputfield height [more or less].
39