|
|
Hints & TricksTyping is slowIf you have "position: fixed" in your css, it may get slower and slower. Try to avoid that. How to set a Status Bar Messagebxe_status_bar.showMessage("Document successfully saved"); Show the html source code of xml+xslIf you have a render bug, you may use the firefox plugin "view render source" to show the html source code : https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&category=Developer%20Tools&numpg=10&id=655 Delete break line before and after a div in xslFor this, you create a class in your css : and in your xsl : Change BitFlux background colorAdd this in you CSS file : Not correctly tracking nodes(This hint is not really tested..) If for some reason, BXE doesn't find and a correct node, you can try adding the __bxe_id attribute into your xsl document by yourself. For example: Here, BXE does not add the necessary _bxe_id to the include element, but if you add {{_bxe_id=" Unknown macro: {@__bxe_id}
"}} to the correct node, it works. |