diff --git a/src/views/inplace/InplaceDemo.vue b/src/views/inplace/InplaceDemo.vue index 99c569baa..eeda836d1 100644 --- a/src/views/inplace/InplaceDemo.vue +++ b/src/views/inplace/InplaceDemo.vue @@ -21,7 +21,7 @@
Inplace requires display and content templates to define the content of each state.
+ +closable property is handy within forms as it enables to switch back to output mode after editing is completed using a button displayed next to the form field.
+Inplace allows lazy loading content so that the content gets initialized after getting opened instead of on load. Here is an example that loads, data of a table if the user decides to open the inplace.
+Name | +Parameters | +Description | +
---|---|---|
open | +event: browser event | +Callback to invoke when inplace is opened. | +
close | +event: browser event | +Callback to invoke when inplace is closed. | +
Following is the list of structural style classes, for theming classes visit
Name | +Element | +
---|---|
p-inplace | +Container element | +
p-inplace-display | +Display container | +
p-inplace-content | +Content container | +
None.
+