Epoz .classpath,NONE,1.1 .project,NONE,1.1 FAQ.txt,1.13,1.14 version.txt,1.36,1.37 CHANGES.txt,1.105,1.106
Maik Jablonski <[email protected]>
| Newsgroups | gmane.comp.web.zope.epoz |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/epoz/Epoz
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23398
Modified Files:
FAQ.txt version.txt CHANGES.txt
Added Files:
.classpath .project
Log Message:
switched from ids to classes for disabling buttons via css.
--- NEW FILE: .project ---
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Epoz</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.ibm.sse.model.structuredbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.trustudio.core.trustudio</nature>
<nature>org.python.pydev.pythonNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
--- NEW FILE: .classpath ---
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path=""/>
<classpathentry kind="output" path=""/>
</classpath>
Index: version.txt
===================================================================
RCS file: /cvsroot/epoz/Epoz/version.txt,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** version.txt 25 May 2005 21:02:03 -0000 1.36
--- version.txt 3 Aug 2005 17:30:01 -0000 1.37
***************
*** 1 ****
! 2.0.0
\ No newline at end of file
--- 1 ----
! 2.0.1
\ No newline at end of file
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/epoz/Epoz/CHANGES.txt,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** CHANGES.txt 25 May 2005 21:02:03 -0000 1.105
--- CHANGES.txt 3 Aug 2005 17:30:01 -0000 1.106
***************
*** 1,4 ****
--- 1,19 ----
Epoz - Changes
+ 2.0.1
+
+ - Disabling buttons with CSS-Ids was not a good idea when using
+ multiple Epoz-Widgets. Switched to CSS-Classes. Thanks to
+ Tonica Strasser for pointing me to the problem. If you use
+ a customized epoz_script_widget.js, please use the following
+ CSS (compare to 2.0.0 to see the difference) to disable single buttons:
+
+ <style type="text/css">
+ <!--
+ .epoz_button_bold {display:none;}
+ .epoz_button_indent {display:none;}
+ //-->
+ </style>
+
2.0.0
Index: FAQ.txt
===================================================================
RCS file: /cvsroot/epoz/Epoz/FAQ.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** FAQ.txt 25 May 2005 21:02:02 -0000 1.13
--- FAQ.txt 3 Aug 2005 17:30:01 -0000 1.14
***************
*** 80,89 ****
<style type="text/css">
<!--
! #epoz_button_bold {display:none;}
! #epoz_button_indent {display:none;}
//-->
</style>
! See epoz/epoz_core/epoz_script_widget.js for the appropriate CSS-IDs.
2) Customize the epoz/epoz_core/epoz_script_widget.js as you like
--- 80,89 ----
<style type="text/css">
<!--
! .epoz_button_bold {display:none;}
! .epoz_button_indent {display:none;}
//-->
</style>
! See epoz/epoz_core/epoz_script_widget.js for the appropriate CSS-Classes.
2) Customize the epoz/epoz_core/epoz_script_widget.js as you like
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click