> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: About Static Event Handlers ## Article: About Static Event Handlers ## Article Link: https://dev.wix.com/docs/develop-websites-sdk/code-your-site/build-a-custom-frontend/event-handlers/about-static-event-handlers.md ## Article Content: # About Static Event Handlers
Deprecation Notice: This feature is deprecated but will continue to work as expected. Switch to [dynamic event handlers](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/build-a-custom-frontend/event-handlers/about-event-handlers.md) for current and future projects.A static event handler relies on the static wiring of the element to a handler function. The event handler can't be dynamically added or modified at runtime. ## Migrate from static to dynamic event handlers To migrate a static event handler to a dynamic one: 1. Open the Properties & Events panel for the element with the static event handler. 2. Find the event you want to migrate and click the yellow lightning bolt icon next to the event handler name. 3. Click the **Migrate