You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: embedding-reports/display-reports-in-applications/web-application/html5-report-viewer/api-reference/parametereditor.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,9 @@ table th:nth-of-type(2) {
25
25
|__beginEdit(parameter)__|creates the editor UI and populates it with the parameter settings<ul><li>parameter</li></ul>|
26
26
|__addAccessibility(parameter)__|adds accessibility to the parameter editor and populates its string resources<ul><li>parameter</li></ul>|
27
27
|__setAccessibilityErrorState(parameter)__|sets the error state of the parameter editor's accessibility functionality and its error attributes<ul><li>parameter</li></ul>|
28
+
|__enable(enable)__|enables or disables the parameter editor<ul><li>enable</li></ul>|
29
+
|__clearPendingChange__|function that would be invoked when parameter changes|
30
+
|__destroy__|function invoked to destroy the parameter editor|
0 commit comments