Developer doc completeness Hello, this is very good, but there are a couple major problems for new developers. Every reference to properties or values should be able to reference back to a source document.
For example, the Zimlet example Integrated Zimlets - Adding Toolbar Buttons makes reference to this code:
if (viewId == ZmId.VIEW_CONVLIST || viewId == ZmId.VIEW_TRAD)
but is cannot find anwhere that describes the valid range of values for viewID. I am wanting to link into the Documents view, would that be ZmID.VIEW_NOTE, ZmID.VIEW_NOTEBOOK, etc.
Without this sort of informaiton available to the highest level, it is virtually impossible to develop Zimlets without taking a lot of time to rip apart other code from the Gallery, and even then it is not going to be a complete list if the functionality has not been done through Gallery before. |