- Enable Edit Event into dialog form ... (and save to the db)
- Event: enabled drag and drop (date) - Q-Select components in every table field external: Where, Operators, etc... - CMyEditor: Add HTML Editor to the details field ! - Added button Color for change font color to the text. - Complete insert Events Site
This commit is contained in:
@@ -62,6 +62,12 @@ export interface IWheres {
|
||||
whereicon: string
|
||||
}
|
||||
|
||||
export interface IContribtype {
|
||||
_id: any
|
||||
label: string
|
||||
showprice: boolean
|
||||
}
|
||||
|
||||
export enum EState {
|
||||
None, Creating, Modifying
|
||||
}
|
||||
@@ -78,6 +84,7 @@ export interface ICalendarState {
|
||||
bookedevent: IBookedEvent[]
|
||||
operators: IOperators[]
|
||||
wheres: IWheres[]
|
||||
contribtype: IContribtype[]
|
||||
// ---------------
|
||||
titlebarHeight: number
|
||||
locale: string,
|
||||
|
||||
Reference in New Issue
Block a user