Name/Caption relative date
text
Метод | Описание | |
---|---|---|
ShowDetail ( string itemKey, int itemKeyValue ) : void |
Shows the detail.
|
Метод | Описание | |
---|---|---|
OnInit ( |
Handles the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Handles the E:System.Web.UI.Control.Load event.
|
|
lbAddNote_Click ( object sender, |
Handles the Click event of the lbAddNote control.
|
|
lbCancel_Click ( object sender, |
Handles the Click event of the lbCancel control.
|
|
lbEdit_Click ( object sender, |
Handles the edit Click event of the lbEdit control.
|
|
lbSave_Click ( object sender, |
Handles the Click event of the lbSave control.
|
Метод | Описание | |
---|---|---|
AddNoteHtml ( Note note ) : void |
Adds the note HTML in the form: Name/Caption relative date text
|
|
GetNoteType ( ) : void |
Gets the type of the note.
|
|
RegisterScripts ( ) : void |
Registers the scripts.
|
|
SaveNote ( ) : void |
Saves the note.
|
|
SetEditMode ( bool enableEdit ) : void |
Sets the edit mode.
|
|
ShowEditDetails ( Note prayerComment ) : void |
Shows the edit details.
|
|
ShowNotes ( ) : void |
Shows the notes.
|
|
ShowReadonlyDetails ( PrayerRequest prayerRequest ) : void |
Shows the readonly details.
|
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
public ShowDetail ( string itemKey, int itemKeyValue ) : void | ||
itemKey | string | The item key. |
itemKeyValue | int | The item key value. |
Результат | void |
protected lbAddNote_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected lbCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected lbEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected lbSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |