Changes between Version 11 and Version 12 of Frontend


Ignore:
Timestamp:
Feb 15, 2010, 12:00:50 PM (14 years ago)
Author:
cmielack
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Frontend

    v11 v12  
    3232 - A set of distinct, suggestive icons is used for the different object types and actions; text on buttons should be reduced to a minimum, graphical buttons with tooltip-text cause the least visual "white noise", especially compared to textual buttons.
    3333
     34== Concept ==
     35The main document is either the home- or workspace template.
     36Both these templates have a container object with the id "moduleslot" where the Blocks are appended on creation.
     37All div.block objects in this "moduleslot" can be dragged and dropped for manual arrangement.
     38The Blocks consist of a titlebar (used for minimizing, closing and drag&drop) which should contain information about the content of the block, a menu bar and a content area.
     39There are separate kinds of blocks for Tables, Views, Maps, searches etc., and they all should have an icon in the left corner of the title bar that identifies their content type.
     40Blocks are added to the moduleslot with the JS function "addBlock(url,id)" (blocks.js).
     41
    3442== Technology ==
    3543Most functionality of the GUI is implemented using jQuery (v1.4), and to this point, the following plugins are also used: [http://p.sohei.org/jquery-plugins/clickmenu/ ClickMenu], [http://famspam.com/facebox Facebox].