How do I get a richlistbox with a fixed listhead?

前端 未结 1 531
不思量自难忘°
不思量自难忘° 2021-01-21 13:15

Targeting Firefox 29+, I\'m trying to create a richlistbox with a listhead, containing listheaders, that should stay fixed at the top if t

1条回答
  •  孤街浪徒
    2021-01-21 13:44

    According to this guy right here: http://mike.kaply.com/2011/08/05/richlistbox-tricks-for-your-add-on/

    You have to do something like this:

      
        
        
        
        
      
    

    so that makes your code above like this: you can copy paste this code at http://ted.mielczarek.org/code/mozilla/xuledit/xuledit.xul but you have to download the addon https://addons.mozilla.org/en-US/firefox/addon/remote-xul-manager/?src=ss which whitelists xul urls, and then add this url. then just copy paste this on the site:

    
    
    
    
    
      
        
        
        
        
      
    
      
        A XUL Description!
      
      
        

    0 讨论(0)
提交回复
热议问题