C# Class NetPonto.Common.Helpers.UIHelpers

jQuery "snipets" go here
Exibir arquivo Open project: JorgeMCSilva/NetPonto

Public Methods

Method Description
Flash ( this helper ) : string
FlashError ( this controller, string message ) : void
FlashInfo ( this controller, string message ) : void
FlashWarning ( this controller, string message ) : void

Method Details

Flash() public static method

public static Flash ( this helper ) : string
helper this
return string

FlashError() public static method

public static FlashError ( this controller, string message ) : void
controller this
message string
return void

FlashInfo() public static method

public static FlashInfo ( this controller, string message ) : void
controller this
message string
return void

FlashWarning() public static method

public static FlashWarning ( this controller, string message ) : void
controller this
message string
return void