示例#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();
 }