ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
2291
|
Tue Jul 17 11:30:16 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 6.5-1886 | Re: Show attributes |
deletoille wrote: | here a small example with the function: "show attributes". that functions with release 1748 but not with the last release 1886.
All the attributes appear at the same time whereas I would wish only the 2 first. |
I tried your config file, and it works as expected. If your equipment type is Sour vide, then only three attributes are shown according to your config statement:
show attributes = auteur,Icone, Type Equipement
Here is how it looks in my browser:

If you choose however equipment type Apple II (do you still use those computers at soleil?), then you have condition {A} which activates your config statement:
{A}show attributes = auteur,Icone, Type Equipement, Equipement, Localisation, Type evenement
showing of course more attributes:
 |
2292
|
Tue Jul 17 11:45:02 2007 |
| deletoille | xavier.deletoille@synchrotron-soleil.fr | Bug report | Windows | 6.5-1886 | Re: Show attributes |
Stefan Ritt wrote: |
deletoille wrote: | here a small example with the function: "show attributes". that functions with release 1748 but not with the last release 1886.
All the attributes appear at the same time whereas I would wish only the 2 first. |
I tried your config file, and it works as expected. If your equipment type is Sour vide, then only three attributes are shown according to your config statement:
show attributes = auteur,Icone, Type Equipement
Here is how it looks in my browser:

If you choose however equipment type Apple II (do you still use those computers at soleil?), then you have condition {A} which activates your config statement:
{A}show attributes = auteur,Icone, Type Equipement, Equipement, Localisation, Type evenement
showing of course more attributes:
 |
I'd try again and that does not works. does the problem come from the windows version? |
2293
|
Tue Jul 17 11:50:44 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 6.5-1886 | Re: Show attributes |
deletoille wrote: | I'd try again and that does not works. does the problem come from the windows version? |
Certainly not. Double check that you have the current elog version (check the ELOG V2.6.5-1887 at the bottom). If you are on windows, you can try to install elog265-7.exe which is the most recent one. |
2294
|
Tue Jul 17 13:24:58 2007 |
| deletoille | xavier.deletoille@synchrotron-soleil.fr | Bug report | Windows | 6.5-1886 | Re: Show attributes |
Stefan Ritt wrote: |
deletoille wrote: | I'd try again and that does not works. does the problem come from the windows version? |
Certainly not. Double check that you have the current elog version (check the ELOG V2.6.5-1887 at the bottom). If you are on windows, you can try to install elog265-7.exe which is the most recent one. |
I am sorry but I have the same thing on a colleague PC. that functions works on the old version but not on the last 1886 (see at the bottom). When I push "new" boutton, all is displayed at the same time.
 |
2295
|
Tue Jul 17 13:28:29 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 6.5-1886 | Re: Show attributes |
Grrrr. I already told you in elog:2287 to use Show Attributes Edit instead of Show Attributes. So put following into your config file:
show attributes edit = auteur,Icone, Type Equipement
Note the edit. |
2296
|
Tue Jul 17 14:05:50 2007 |
| deletoille | xavier.deletoille@synchrotron-soleil.fr | Bug report | Windows | 6.5-1886 | Re: Show attributes |
Stefan Ritt wrote: | Grrrr. I already told you in elog:2287 to use Show Attributes Edit instead of Show Attributes. So put following into your config file:
show attributes edit = auteur,Icone, Type Equipement
Note the edit. |
ok sorry sorry
its works with show attributes edit  |
2300
|
Fri Jul 27 16:00:07 2007 |
| An Thai | thaithan@gmx.de | Info | Windows | 2.6.5 | Re: WYSIWYG (What you see is what you get) |
Hi Stefan,
I have just found an open source for WYSIWYG text editor named FCKeditor at http://www.fckeditor.net/. It looks great. The download Zip-file for this tool is only 1 MB.
Dokumentation is here: http://wiki.fckeditor.net/
or TinyMSC
http://tinymce.moxiecode.com/index.php
Have you an idea how to integrate them in elog?
Best regards,
An |
2301
|
Thu Aug 2 12:24:26 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | Windows | 2.6.5 | Re: WYSIWYG (What you see is what you get) |
An Thai wrote: | I have just found an open source for WYSIWYG text editor named FCKeditor at http://www.fckeditor.net/. It looks great. The download Zip-file for this tool is only 1 MB. |
I had a look and it just looks great. I will certainly add support for this editor, but I have to fix a few things, like inserting of images and the preview feature need modifications of FCKeditor. So stay tuned. |