Changes between Version 67 and Version 68 of IIRS/DevelopmentPlan


Ignore:
Timestamp:
12/08/13 17:17:29 (3 years ago)
Author:
jim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IIRS/DevelopmentPlan

    v67 v68  
    1212 
    1313=== Plan === 
    14 1. UNDERWAY Finish view page: 
    15   * Map view/search -- views based again, using Leaflet or Leaflet Map Box plus [https://drupal.org/project/ip_geoloc IP Geolocation Views and Maps]. 
    16 1. Override view output to pop up result in another DIV/iFrame. -- is mostly done via CTools/Panels with minimal coding.  -- various options: https://developer.mozilla.org/en-US/docs/Web/API/Window.postMessage, https://drupal.org/project/ajax_pane, http://drupal.stackexchange.com/questions/50453/drupal-using-panels-with-ajax and http://www.gizra.com/content/views-and-panels-ajaxified/ 
     141. UNDERWAY Override view output to pop up result in another DIV/iFrame. -- is mostly done via CTools/Panels with minimal coding.  -- various options: https://developer.mozilla.org/en-US/docs/Web/API/Window.postMessage, https://drupal.org/project/ajax_pane, http://drupal.stackexchange.com/questions/50453/drupal-using-panels-with-ajax and http://www.gizra.com/content/views-and-panels-ajaxified/ 
    17151. Export TN-specific stuff to Features. Update all features. 
    18161. Set up fieldable pane for About page/tab and export content. 
     
    248246* Much chin scratching... Planning a simpler approach with no fancy AJAX tabs, just tabs and links. Grrrr... what waste of time! 
    249247 
    250 ==== 8 December -- .5h (+16 total) ==== 
    251 * Replacing AJAX tabs with simple HTML tabs... 
     248==== 8 December -- 2h (+16 total) ==== 
     249* Replacing AJAX tabs with simple HTML tabs... Had to use a pane variant for each tab and then add a PHP-enabled block that made the tabs for a bootstrap-enabled theme. All good, not as sexy as AJAX but WORKS! 
     250* Will attempt to make the items pop up in AJAX box OR the modal dialog for the main widget -- see various options: https://developer.mozilla.org/en-US/docs/Web/API/Window.postMessage, https://drupal.org/project/ajax_pane, http://drupal.stackexchange.com/questions/50453/drupal-using-panels-with-ajax and http://www.gizra.com/content/views-and-panels-ajaxified/