Changes between Initial Version and Version 1 of Ticket #839, comment 4


Ignore:
Timestamp:
08.10.2015 14:24:41 (9 years ago)
Author:
jri
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #839, comment 4

    initial v1  
    44Webclient: revise searchmode extension API (#839). 
    55 
    6 Providing a search mode implementation is slightly more convenient for the plugin developer. She must no longer handle events but implements all the searchmode in a concise constructor function. Furthermore she can rely on a higher-level API and must not interact with the toolbar DOM. 
     6Providing a search mode implementation is slightly more convenient for the plugin developer. She must no longer handle events but implements all the searchmode aspects in one concise constructor function. Furthermore she can rely on a higher-level API and must not interact with the toolbar DOM. 
    77 
    88BREAKING CHANGES 
     
    4747dm4c.toolbar.select_searchmode(MY_SEARCHMODE_URI) 
    4848}}} 
    49 Note: the `dm4c.toolbar.select_searchmode()` method exists like before but is no a high-level call. You must no longer care about manually choosing the searchmode from the searchmode menu. 
     49Note: the `dm4c.toolbar.select_searchmode()` method existed before but is now a high-level call. You must no longer care about manually choosing the searchmode from the searchmode menu. 
    5050 
    5151== Overview of the new searchmode API (5 methods) ==