[ http://issues.apache.org/jira/browse/BEEHIVE-138?page=history ] Krista Baker closed BEEHIVE-138: --------------------------------
Verified that the expand and contract images are no longer hard-coded in netui-tree.js. > The netui-tree.js has harcoded expansion images > ----------------------------------------------- > > Key: BEEHIVE-138 > URL: http://issues.apache.org/jira/browse/BEEHIVE-138 > Project: Beehive > Type: Bug > Components: NetUI > Environment: Firefox 1.0 on xp. > Reporter: Tim Noonan > Assignee: Krista Baker > > The netui-tree.js has harcoded expansion images. > If you are using the netui tree tag and are specifying an images directory at > runtime when you collapse the root node it cannot find the > imageHandleDownLast gif if specified. > <beehive:tree dataSource="pageInput.tree" > selectionAction="select" tagId="tree" > runAtClient="true" > > imageRoot="/tools/framework/skins/wlp-tools/images" > imageHandleRightLast="minus.gif" > imageHandleRightMiddle="minus.gif" > imageHandleDownLast="minus.gif" > imageHandleDownMiddle="minus.gif" > imageLineMiddle="join.gif" > imageLineVertical="line.gif" > imageLineLast="joinbottom.gif"/> > --From netui-script.js-- > ///////////////////////////////// Tree ////////////////////////// > function NetUITree() > { > this.imgExpandName = "/resources/images/handledownlast.gif"; > this.imgCollapseName = "/resources/images/handlerightlast.gif"; > } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
