Actions
Improvements #13856
openAllow for a global native control setter/getter
Start date:
07/23/2025
Due date:
% Done:
0%
Estimated time:
Description
Currently, many widgets offer a native control. This is nearly always enabled by Widget::setNativeControl(true)
.
Often, a developer may have a preference for either, and only occasionally use another. So this setting should be manageable globally.
This will function the same way as Wt::WLayout::setPreferredImplementation.
This likely fits under WWebWidget::setPreferredNativeControl(bool)
.
No data to display
Actions