Wiki

Case Status Kiln
Register Log In

Wiki

 
FogBugz Class Library»FogBugz UI Elements
  • RSS Feed

Last modified on 12/15/2014 4:26 PM by User.

Tags:

FogBugz UI Elements

The FogCreek.FogBugz.UI namespace provides classes to make generating user interface elements easy.

  • BugDisplay.Link Create a link to a case which displays the standard FogBugz summary popup when hovered. (Example usage)
     
  • CMiniTable Create a small table like the ones in the new user tips.
     
  • DateInputOptions Set options for a date input field, such as whether to allow only dates in the future.
     
  • Forms Contains methods to generate html form elements.
     
  • Icons Use any of the FogBugz interface icons for a consistent look and feel and so you don't reinvent the wheel.
     
  • PageDisplay.Headline Create headline html for a page.
     
  • TimeInputOptions Set options for a time input field.

See also, other user interface namespaces:

FogCreek.FogBugz.UI.EditableTable

FogCreek.FogBugz.UI.Dialog

This example demonstrates how to use EditableTables and Dialogs: How To Create A FogBugz Editable Table With Pop-Up Dialogs