init-on and init-on-target

Fore can delay initialization until an event occurs. This is useful when you need to wait for other components (or a bootstrap process) before models/instances are constructed.

1) Initialize on click (default target: self)

2) Initialize on a custom event dispatched on document

3) Initialize when another fx-fore fires ready (replacement for wait-for)

4) Initialize only after multiple targets are ready (list support)

Deprecated: wait-for (kept for compatibility)

This still works but prints a deprecation warning in the console. Replace it with init-on="ready" init-on-target="...".