Top 25 Jars Java TreeView tliste V 6.20
Version Francaise Francais
Main page
Home
German version
[ aDraw | tCalDate | tListe | tEuroCalc | tCalEvent | tChart | tFunction | tOnglet | tCChat | tCount ]
[ aTicker | aFont | aSearch | tBBar | tMButton tButton tScroll | tPassword | Winmine ]
[ Home | Applets | Servlets | ASP components ]

INDEX



News V 6.20
VERSION 6.20 only in JDK 1.1x
  • can change display action when the mouse is over an item
  • Add autoclose option
  • Add javascript " next " function
  • Set Arrow with javascript function
VERSION 6.15 only in JDK 1.1x
  • New scroll bar, with mouseDragged support, can change scrollbar style
  • Add keys words (use in Javascript to get 1 item)
  • Add javascript function
  • support encoding
  • add "local" parameter, (for all data in param)
  • Change default char separator ( ";" )
Index



Description
tListe is a nice and fast TreeView Applet. its very small size an easy use (between 12 and 20 Ko according to the version). tListe runs on all browsers with JDK 1.02 / 1.1 support.
This version is only available in JDK 1.1x ( the last JDK 1.02 is 6.01 ) .
Index



Registration / Enregistrement
For personal use, I'd like you to add a link to the author (link to javaside.com) and send me the URL of the page which uses the tListe applet. For professional use, you have to get a "professional registration". This registration allows you to use tListe without reference to the author and I will send you back the complete source. For more informations about "Professional registration tListe is a FreeWare for non commercial sites, it means its use is free.
For personal use, I'd like you to add a link to the author (link to javaside.com) and send me the URL of the page which uses the tListe applet.
For professional use, you have to get a "professional registration". This registration allows you to use tListe without reference to the author and I will send you back the complete source.
For more information about "Professional registration" : R. BERTHOU.
Index



HTML Source
<applet code=tli_rbl.class width=140 height=300>
    <param name=file         value="./txt/tdesc.txt">
    <param name=target       value="donnee">
    <param name=csep         value=";">
    <param name=bImg         value="./img/incon3.gif">
    <param name=bgImg        value="./img/f_2.gif">
    <param name=audio        value="./au/">
    <param name=bgcolor      value="#D0F0FF">
    <param name=v0 		value="http://www.javaside.com">
    <param name=v1 		value="_top">
    <param name=font0	value="Arial, 0, 12, 0, -255">
    <param name=font1	value="Times, 0, 12, 0, 12000">
    <param name=font2	value="Arial, 2, 14, 255, -255">
    <param name=font3	value="Arial, 3, 14, 55, 1255">
</applet>
Index



Parameters
Param nameTypeDescription
filestringFile scritp use "./" for relative URL
bImgstringName of bitmaps buttons "./img/icon3.gif
bgImgstringName of background image
bgcolorintegerBorder color
autoclosechar"Y" if close all other node
acpressintegermouseoever action
  • 0 : do nothing
  • 1 : default (border)
  • 2 : change color
  • 3 : underline
  • 4 : change color and underline
accolorintegercolor for mouseoever action (if acpress = 2 or 4) (in hexa if start with "#")
targetstringDefault target windows
csepstringchar separator in data file (default ";")
audiostringFile path for song (.au)
localstring"yes" if you put all data in param (no data file) added in 6.15
encodingstringEncoding definition for texte file (default Cp1252) added in 6.15
coefintegerSize line %
v0..9stringVariable definition
With this you can reduce data file size
if v0 = "http://www." and in your data file you put $0yahoo.com tliste applet read http://www.yahoo.com
font0Bullet styleFont Name, font style, size, font color, bgcolor
font1..9Font styleFont Name, font style, size, font color, visited color
!! Warning !! convert your hexa color code into decimal before use it.
sample :
white => #FFFFFF => 16777215
red => #FF0000 => 16711680
See http://www.berthou.com/color_code.html
Index



Data File Format
ColumNameTypeDescription
1LevelIntegerItem level 0..20
Remarques :
98 Button Bar image (with tListe V4.0)
99 Bitmap image
2Item NamestringName of item (URL of bitmap if level 99)
3Bitmap numberIntegerItem bitmap (0..9)
Rem : MOD(2) = 0 => treenode close (if node)
MOD(2) = 1 => treenode open (if node)
2 node disable.
sample if node "0, 10,12,20,..." => node close
"1, 11,13,21,..." => node open
View tListe Image library
3bFont styleintSelected font and color style
4Dest URLstringDest. URL ( begin "./" if local URL )
5TargetstringTarget Frame (overide default in PARAM option)
Rem : to load another datafile use "_reload"
if "_" use default target
if "_reload" load another file
if "_prev" load a previos file (not use url column)
if "_insert" insert a file
if "_script" call javascript function
6Date NewYYYYMMDDLast day to display "new" bitmap
-Help BulletstringBegin with "?" String help display in bullet, you can define this param in 5, 6 or 7 col.
-Help StatusstringBegin with "#" String help display status bar, you can define this param in 5, 6 or 7 col.
-Key-wordsstringBegin with "key=" key-words definition for javascript use.
Sample tliste.txt
And tliste2.txt
Index



Use JavaScript
With tListe you can call external javascript function (with LiveConnect and MAYSCRIPT tag)
_scriptWith this you can call javascript function when you click on tliste item
1 § Alert-2 § 7 § javascript:alert('You click on Alert-2') § _script
And you can call tListe function in JavaScript...
You can call :
rFile("yourfile.txt", 1)To load another data file.
closeAll( 0 )to close all item folder.
closeAll( 1 )to open all item folder.
change('Outils', i)to open or close 'Outils' item and see this in 1st position
if "i" equals "1" the url is open
setBgcolor( int rgbcolor )to change background color.
search('toto', i)search key-word "toto" and open this item if "i" is equals "1" .
next('toto', i)search next key-word "toto" and open this item if "i" is equals "1" .
Index



History
6.20add mouseover presentation and "next" in javascript search function, autoclose, ...
6.15Minor bug in "new" image and can select font with icon=2
6.01Minor bug in "new" image and can select font with icon=2
6.00Change "Loading",
Add help status
define variables,
Define multi font,...
5.20More javascript interaction.
5.10Add _insert and _prev commands, .
5.01Minor bug in "new" image
5.00Same file in applet and ASP script,
support resize,
put all gif in 1 file
other minor changes.
4.61Support JavaScript connection.
4.51Set max icon to 30, multi icon in node, change bullet bgcolor an font color.
4.16Add play song in tli_rbl.
4.15Add loading display.
4.13minor bug in reload option.
4.122 minor updates (can hide select button, help bullet with no url).
4.11Correct bug in initCookies.
4.10Add active line.
4.01Correct a minor bug in lineBar.
4.00Major version :
Add button bar and save data in cookies.
3.33Correct a minor bug in lineBar.
3.32Minor bug generate by V 3.31 in bitpam image.
3.31if URL node is empty open or close node.
3.30Extend number of bitmap image (10 -> 20) and rename line images.
Delete tli_save (bug in cookies).
3.22/21Correct minor bug in help bullet with long text, and add a "new" bitmap.
3.20Add help bullet.
3.15I create 4 versions of tListe (RBL, MF, MP, SAVE), and add line bar.
RBL - To add a bitmap image in first position
MF - Min size with data file
MP - Min size with no data file (all data in param)
SAVE- Old tListe3 with save data in cookies
3.00Add save data with cookies
Index



Download files
tListe V 6.20 JDK 1.1x tli_rbl.zip (81 KB)      (backup)
tListe V 6.01 tli_rbl.zip (81 KB)      (backup)
tListe V 4.51 Cookies tliste.zip (21 KB)
tListe V 4.51-MF tli_mf.zip (17 KB)
tListe V 4.51-MP tli_mp.zip (16 KB)
Index



Copyright © 1996..2003, BERTHOU. All right reserved.
Last change : 05 March 2003 18H20