User contributions for Admin

Jump to: navigation, search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

2 April 2023

  • 07:2507:25, 2 April 2023 diff hist +866 N How to Use JavaScript in a Phoenix LiveViewCreated page with "You can integrate JavaScript libraries with Phoenix LiveView. The first step is to create a LiveView. The Next Step is to create a DOM element that has an assigned phx-hook property. <source> <div id="box" phx-hook = "Box">SOME TEXT</div> </source> In <pre>assets/js/app.js </pre> you will see this code: <source> let liveSocket = new LiveSocket("/live", Socket, {params: {_csrf_token: csrfToken}}) </source> You change it to use a "hooks" property, the hooks..."

1 April 2023

27 March 2023

26 March 2023

25 March 2023

12 March 2023

8 March 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)