New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 05:06, 9 October 2024 Global EventBus events (hist | edit) [2,516 bytes] Admin (talk | contribs) (Created page with "== Intro == You can now use the event bus events below in order to manage page navigation, sessions and loading states outside of the portals app (e.g. in custom components: * elementHover - now you can invoke the element over to turbo-load into memory from external applications * elementClick - now you can invoke the element click to turbo-load into memory from external applications and navigate to the page * sessionUpdate - you can set the session externally * refres...") Tag: Visual edit
- 05:04, 9 October 2024 3B Portals & Mobile App version 1.26 changelog (hist | edit) [1,356 bytes] Admin (talk | contribs) (Created page with "== Changes == * Even faster loading times == New == * Deeper PWA customization capabilities. * Global EventBus events: ** elementHover - now you can invoke the element over to turbo-load into memory from external applications ** elementClick - now you can invoke the element click to turbo-load into memory from external applications and navigate to the page ** sessionUpdate - you can set the session externally ** refreshPage - you can cause a page refresh ** i...") Tag: Visual edit
- 08:33, 8 October 2024 Portal Communication Architecture (hist | edit) [1,351 bytes] Admin (talk | contribs) (Created page with "== Intro == When creating custom portal components, you may need to call custom apex classes. To do so, starting version 1.23 of the 3B Portals app, you simply need to implement the System.Callable class. Classes that need to be called from the portal custom components no longer need to use the b3p.GlobalRemotingInterface interface, instead they should rely solely on the system class "System.Callable"<syntaxhighlight lang="java"> //Old Format public with sharing class C...") Tag: Visual edit
- 08:32, 8 October 2024 3B Portals & Mobile App version 1.23 changelog (hist | edit) [1,824 bytes] Admin (talk | contribs) (Created page with "== Changes == We are making some changes in the communication protocols that run the Portals & Mobile apps application. Until this update, it could be hard to develop custom apex code for 3B Portals applications. We are now introducing a change that removes the need to use the b3p.GlobalRemotingRouter class. This change is necessary as we have multiple namespaces (b3p, b3s, b3v, b3d, & b3f), so in order to make things easier, now namespaces don't matter when making a cus...") Tag: Visual edit