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
Every widget in a webapp should be uniquely identified by an attribute (eg. wid="...") in order to generate a location map for scada design.
Proposal
While writing the webapp, add autowid attribute to any scada related component. Write a tool that will find regex: [\s\(]autowid[\s\)] and replace it with wid="GENERATED_WIDGET_ID".
The text was updated successfully, but these errors were encountered:
Description:
Every widget in a webapp should be uniquely identified by an attribute (eg.
wid="..."
) in order to generate a location map for scada design.Proposal
While writing the webapp, add
autowid
attribute to any scada related component. Write a tool that will findregex: [\s\(]autowid[\s\)]
and replace it withwid="GENERATED_WIDGET_ID"
.The text was updated successfully, but these errors were encountered: