Revision Difference
Panel:SetURL#529612
<function name="SetURL" parent="Panel" type="classfunc">
<description>Sets the URL of a link-based panel such as <page>DLabelURL</page>.</description>
<realm>Client</realm>
<args>
<arg name="url" type="string">The URL to set. This **must** begin with `http://`.</arg>
<arg name="url" type="string">The URL to set. It **must** begin with either `http://` or `https://`.</arg>
</args>
</function>