Changes between Version 1 and Version 2 of SAPO::Widget.Tags->printBookmarks

Show
Ignore:
Timestamp:
14-01-2007 01:19:22 (6 years ago)
Author:
celso
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SAPO::Widget.Tags->printBookmarks

    v1 v2  
    2828== Input Parameters == 
    2929 
    30  * {{{(object) items}}} : JSON object coming from http://services.sapo.pt/Tags/JSON?user=USER&tag=KEY 
     30Input parameteres ares passed in a JSON using the following keys: 
     31 
     32 * {{{(string) feed}}} : JSON object name (TAG) coming from http://services.sapo.pt/Tags/JSON/user/USER?jsonTag=TAG 
     33 * {{{(integer) width}}} : (optional) width of the box. default is 400 
     34 * {{{(bool) usefavicon}}} : (optional) show favicons from bookmark sites. default is true. 
     35 * {{{(string) usefavicon}}} : (optional) favicon image alignment. default is 'left'. Can be 'right'. 
     36 * {{{(string) divid}}} : (optional) div ID for the box to be rendered. If not specified, then will be rendered after call. 
    3137 
    3238== Sample ==