File tree Expand file tree Collapse file tree 2 files changed +0
-60
lines changed
Expand file tree Collapse file tree 2 files changed +0
-60
lines changed Original file line number Diff line number Diff line change 277277 }
278278 },
279279 "methods" : {
280- "writeValue" : {
281- "comment" : {
282- "parameters" : {
283- "value" : {
284- "comment" : {
285- "text" : " The date you want to select."
286- }
287- }
288- },
289- "tags" : {
290- "memberof" : {
291- "comment" : {
292- "text" : " {@link IgxDatePickerComponent}" ,
293- "tagName" : " memberof"
294- }
295- }
296- },
297- "shortText" : [
298- " Method that sets the selected date." ,
299- " ```typescript" ,
300- " public date = new Date();" ,
301- " @ViewChild(\" MyDatePicker\" )" ,
302- " public datePicker: IgxDatePickerComponent;" ,
303- " ngAfterViewInit(){" ,
304- " this.datePicker.writeValue(this.date);" ,
305- " }" ,
306- " ```"
307- ]
308- }
309- },
310280 "triggerTodaySelection" : {
311281 "comment" : {
312282 "tags" : {
Original file line number Diff line number Diff line change 277277 }
278278 },
279279 "methods" : {
280- "writeValue" : {
281- "comment" : {
282- "parameters" : {
283- "value" : {
284- "comment" : {
285- "text" : " 選択する日付。"
286- }
287- }
288- },
289- "tags" : {
290- "memberof" : {
291- "comment" : {
292- "text" : " {@link IgxDatePickerComponent}" ,
293- "tagName" : " 次のメンバー:"
294- }
295- }
296- },
297- "shortText" : [
298- " 選択した日付を設定するメソッド。" ,
299- " ```typescript" ,
300- " public date = new Date();" ,
301- " @ViewChild(\" MyDatePicker\" )" ,
302- " public datePicker: IgxDatePickerComponent;" ,
303- " ngAfterViewInit(){" ,
304- " this.datePicker.writeValue(this.date);" ,
305- " }" ,
306- " ```"
307- ]
308- }
309- },
310280 "triggerTodaySelection" : {
311281 "comment" : {
312282 "tags" : {
You can’t perform that action at this time.
0 commit comments