Пример #1
0
 protected void ShowEditorForm()
 {
     EditorFormTitle      = "CREATE";
     this.model           = new BoardNotices();
     this.model.ParentKey = ParentKey;       //
     EditorFormReference.Show();
 }
Пример #2
0
 protected void ShowEditorForm()
 {
     EditorFormTitle      = "CREATE";
     this.model           = new BriefingLog();
     this.model.ParentKey = ParentKey; //
     EditorFormReference.Show();
 }
Пример #3
0
 /// <summary>
 /// 글쓰기 모달 폼 띄우기
 /// </summary>
 protected void ShowEditorForm()
 {
     EditorFormTitle      = "CREATE";
     this.model           = new Reply(); // 모델 초기화
     this.model.ParentKey = ParentKey;   //
     EditorFormReference.Show();
 }
Пример #4
0
 /// <summary>
 /// 관리자 전용: 모달 폼으로 선택 항목 수정
 /// </summary>
 protected void EditBy(DepartmentModel model)
 {
     EditorFormTitle = "EDIT";
     this.model      = new DepartmentModel(); // 모델 초기화
     this.model      = model;
     EditorFormReference.Show();
 }
Пример #5
0
 protected void EditBy(BoardNotices model)
 {
     EditorFormTitle      = "EDIT";
     this.model           = model;
     this.model.ParentKey = ParentKey;       //
     EditorFormReference.Show();
 }
Пример #6
0
 protected void ShowEditorForm()
 {
     EditorFormTitle      = "CREATE";
     this.model           = new LibraryModel();
     this.model.ParentKey = ParentKey; //
     EditorFormReference.Show();
 }
Пример #7
0
 protected void EditBy(Notice model)
 {
     EditorFormTitle = "EDIT";
     this.model      = new Notice();
     this.model      = model;
     EditorFormReference.Show();
 }
Пример #8
0
 protected void EditBy(BriefingLog model)
 {
     EditorFormTitle      = "EDIT";
     this.model           = new BriefingLog();
     this.model           = model;
     this.model.ParentKey = ParentKey; //
     EditorFormReference.Show();
 }
Пример #9
0
 protected void EditBy(LibraryModel model)
 {
     EditorFormTitle      = "EDIT";
     this.model           = new LibraryModel();
     this.model           = model;
     this.model.ParentKey = ParentKey; //
     EditorFormReference.Show();
 }
Пример #10
0
 protected void EditBy(Upload model)
 {
     EditorFormTitle      = "EDIT";
     this.model           = new Upload();
     this.model           = model;
     this.model.ParentKey = ParentKey; //
     EditorFormReference.Show();
 }
Пример #11
0
 /// <summary>
 /// 관리자 전용: 모달 폼으로 선택 항목 수정
 /// </summary>
 protected void EditBy(Reply model)
 {
     EditorFormTitle      = "EDIT";
     this.model           = new Reply(); // 모델 초기화
     this.model           = model;
     this.model.ParentKey = ParentKey;   //
     EditorFormReference.Show();
 }
Пример #12
0
 /// <summary>
 /// 관리자 전용: 모달 폼으로 선택 항목 수정
 /// </summary>
 protected void EditBy(Archive model)
 {
     EditorFormTitle      = "EDIT";
     this.model           = new Archive(); // 모델 초기화
     this.model           = model;
     this.model.ParentId  = ParentId;
     this.model.ParentKey = ParentKey; //
     EditorFormReference.Show();
 }
Пример #13
0
        /// <summary>
        /// 모델 초기화 및 모달 폼 닫기
        /// </summary>
        protected async void CreateOrEdit()
        {
            EditorFormReference.Hide();
            this.model = null;
            this.model = new DepartmentModel();

            await DisplayData();

            //NavigationManagerInjector.NavigateTo($"/Departments", true);
        }
Пример #14
0
 /// <summary>
 /// 관리자 전용: 모달 폼으로 선택 항목 수정
 /// </summary>
 protected void EditBy(Memo model)
 {
     EditorFormTitle = "EDIT";
     this.model      = new Memo(); // 모델 초기화
     this.model      = model;
     //this.model.ParentId = ParentId;
     this.model.ParentId = model.ParentId;
     //this.model.ParentKey = ParentKey;
     this.model.ParentKey = model.ParentKey;
     EditorFormReference.Show();
 }
Пример #15
0
        /// <summary>
        /// 글쓰기 모달 폼 띄우기
        /// </summary>
        protected void ShowEditorForm()
        {
            EditorFormTitle      = "CREATE";
            this.model           = new Archive(); // 모델 초기화
            this.model.ParentId  = ParentId;
            this.model.ParentKey = ParentKey;     //

            model.Name = UserName;                // 로그인 사용자 이름을 기본으로 제공

            EditorFormReference.Show();
        }
Пример #16
0
 protected void EditBy(BoardUploads model)
 {
     EditorFormTitle = "EDIT";
     this.model      = model;
     EditorFormReference.Show();
 }
Пример #17
0
 /// <summary>
 /// 모델 초기화 및 모달 폼 닫기
 /// </summary>
 protected async void CreateOrEdit()
 {
     EditorFormReference.Hide();
     this.model = new Archive();
     await DisplayData();
 }
Пример #18
0
 /// <summary>
 /// 글쓰기 모달 폼 띄우기
 /// </summary>
 protected void ShowEditorForm()
 {
     EditorFormTitle = "CREATE";
     this.model      = new DepartmentModel(); // 모델 초기화
     EditorFormReference.Show();
 }
Пример #19
0
 protected void ShowEditorForm()
 {
     EditorFormTitle = "Request Yarn";
     this.model      = new BoardNotices();
     EditorFormReference.Show();
 }
Пример #20
0
 protected void ShowEditorForm()
 {
     EditorFormTitle = "CREATE";
     this.model      = new Notice();
     EditorFormReference.Show();
 }
Пример #21
0
 protected void EditBy(BoardNotices model)
 {
     EditorFormTitle = "Edit Request Yarn";
     this.model      = model;
     EditorFormReference.Show();
 }
Пример #22
0
 protected void ShowEditorForm()
 {
     EditorFormTitle = "CREATE";
     this.model      = new BoardUploads();
     EditorFormReference.Show();
 }
Пример #23
0
 protected void ShowEditorForm()
 {
     FormTitle  = "Approval / A.T.IMPRESORA, S. A. / Trim";
     this.model = new BoardNotices();
     EditorFormReference.Show();
 }
Пример #24
0
 protected async void CreateOrEdit()
 {
     EditorFormReference.Hide();
     await DisplayData();
 }
Пример #25
0
 protected void EditBy(BoardNotices model)
 {
     FormTitle  = "Edit Approval";
     this.model = model;
     EditorFormReference.Show();
 }