Specifies the Background property for this panel, which can be an image filename, so the image will be used as the background, check also BackgroundRepeat and BackgroundPosition
Specifies anything you want to include inside the panel, can be anything valid to include on PHP, usually another .php file. Contents will be shown on design time
This method uses PHP reflection to iterate through published properties (the ones starting with get) and retrieve the properties stored by a previous serialize() call.
[line 42]
A live clock created using javascript, so it's updated in real time.
Use this component to show your users a clock is working in real time, inherits from Panel so there are many properties you can use to customize the look and feel of the clock.
It also features an OnAlarm event you can use to react to an specific alarm set.