Difference between revisions of "Dialog LnF"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
<span style="color: #ff9900">'''Dialog LnF'''</span>
+
<span style="color: #ff9900">'''Dialog LnF'''</span>  
  
#Dialogues should have good describing titles, where possible individualized like "Navigational access for [Ressource type ]:[ ressourcename]".
+
#Dialogues should have good describing titles, where possible individualized like "Navigational access for [Ressource type ]:[ ressourcename]".  
#Dialogues must never open inside another dialogue. This also includes dialogues that post back to other dialogues!
+
#Dialogues must never open inside another dialogue. This also includes dialogues that post back to other dialogues!  
 
#Dialogues that are meant to post back to another dialogue should always be opened in modal view.  
 
#Dialogues that are meant to post back to another dialogue should always be opened in modal view.  
#Modal dialogues should not have Minimize feature.
+
#Modal dialogues should not have Minimize feature.  
#Dialogues should by default never open in maximized state. There should always be space to see that the dialogue is opened on top of another window.
+
#Dialogues should by default never open in maximized state. There should always be space to see that the dialogue is opened on top of another window.  
#Dialogues should always have default size that fits their content. Make sure the windows are always adequately large to show max number of error messages possible!
+
#Dialogues should always have default size that fits their content. Make sure the windows are always adequately large to show max number of error messages possible!  
#The default dialog size (mostly height) is never bigger than one of its container page which could cause uncomfortable to user. You must adjust its size to fit in its container page.  
+
#The default dialog size (mostly height) is never bigger than one of its container page which could cause uncomfortable to user. You must adjust its size to fit in its container page. <br>[[Image:Dialog-1.png]]
#If a dialogue does not have a reason to have the Restore Down / Maximize button then it should not appear on dialogue. This concerns all dialogues which are exactly fit to its contents and where it will never be necessary to expand to view all the information. (notice that dialogues that have e.g. date control or other controls that can require space we may need to have dialogue expandable).
+
#If a dialogue does not have a reason to have the Restore Down / Maximize button then it should not appear on dialogue. This concerns all dialogues which are exactly fit to its contents and where it will never be necessary to expand to view all the information. (notice that dialogues that have e.g. date control or other controls that can require space we may need to have dialogue expandable).  
#You rarely want to open dialogues with a size that is based on the users screen resolution. Rather you want to base it on the content of your dialogue. Exceptions are when the dialogues will not fit in a 1024 by 768 dialogue.
+
#You rarely want to open dialogues with a size that is based on the users screen resolution. Rather you want to base it on the content of your dialogue. Exceptions are when the dialogues will not fit in a 1024 by 768 dialogue.  
 
#If logged-in user only has observer access to current resource, then when he open the resource, all the controls in dialog should be disabled (or just not editable) and there's no button Save<br>
 
#If logged-in user only has observer access to current resource, then when he open the resource, all the controls in dialog should be disabled (or just not editable) and there's no button Save<br>
  
 
[[Category:LnF_guidelines]]
 
[[Category:LnF_guidelines]]

Revision as of 10:21, 24 December 2008

Dialog LnF

  1. Dialogues should have good describing titles, where possible individualized like "Navigational access for [Ressource type ]:[ ressourcename]".
  2. Dialogues must never open inside another dialogue. This also includes dialogues that post back to other dialogues!
  3. Dialogues that are meant to post back to another dialogue should always be opened in modal view.
  4. Modal dialogues should not have Minimize feature.
  5. Dialogues should by default never open in maximized state. There should always be space to see that the dialogue is opened on top of another window.
  6. Dialogues should always have default size that fits their content. Make sure the windows are always adequately large to show max number of error messages possible!
  7. The default dialog size (mostly height) is never bigger than one of its container page which could cause uncomfortable to user. You must adjust its size to fit in its container page.
    Dialog-1.png
  8. If a dialogue does not have a reason to have the Restore Down / Maximize button then it should not appear on dialogue. This concerns all dialogues which are exactly fit to its contents and where it will never be necessary to expand to view all the information. (notice that dialogues that have e.g. date control or other controls that can require space we may need to have dialogue expandable).
  9. You rarely want to open dialogues with a size that is based on the users screen resolution. Rather you want to base it on the content of your dialogue. Exceptions are when the dialogues will not fit in a 1024 by 768 dialogue.
  10. If logged-in user only has observer access to current resource, then when he open the resource, all the controls in dialog should be disabled (or just not editable) and there's no button Save