| Issue 105: | Improved support of cssstyle with XMLGUI | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Little modifications to improve xmlgui+cssstyle 1. add support for css selection by id using #mybutton1 add support for css selection using MTWidget in addition to widget (sounds more consistant between xmlgui tag name and css name) 2. fix a bug with xmlgui The file contains two patches for the two specified issues.
Sep 8, 2009
Thank for the quick reply, Oups, I didn't noticed that id was a property to _id. You are right this line can be skipped and the actual id is nicely working. About the css class naming style, Is there a reason why using a css class name that is different to the python/xml name ? This look a bit inconsistant with xmlgui where I have to create object using their full python class name like <MTWidget> and not <widget>. Of course xmlgui can be changed to allow <widget> instead of <MTWidget>...but why not having everything python,xmltag,css using the same name ? Regards,
Nov 2, 2009
(No comment was entered for this change.)
Labels:
Milestone-0.4
Dec 8, 2009
(No comment was entered for this change.)
Owner:
txprog
Jan 27, 2010
Part of the patch have been integrated on 0.4
Status:
Done
|
Labels: Component-Core Milestone-0.3.1