The netui-tree.js has harcoded expansion images
-----------------------------------------------

         Key: BEEHIVE-138
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-138
     Project: Beehive
        Type: Bug
  Components: NetUI  
 Environment: Firefox 1.0 on xp.
    Reporter: Tim Noonan


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://nagoya.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

Reply via email to