Dashboard

Profile level : Anon

0%
  • First name
  • Last name
  • Job title
  • Work experience
  • Tags
  • Avatar
  • Cover
  • Description

Filling out more of your profile gets you higher rankings in the directory and increases community trust.

Your points

Total Points

0

Contribution

0

Visit

0

Recent comments

Tom Jose Verified userVerified user moderator View tomjose's profile
Wed, 04/10/2024 - 23:24

Hi Wilbert, thanks for pointing that this part wasn't clear. I was using a text widget called PageName that was hidden, which was extracting the page name from the appsmith url and setting the value in it.
Now I have moved that logic to inside the JSObject Variables, and sending Variables.pageName as part of the Custom widget Model.
I have made the changes in the template which you can fork and check it out, and additionally updated the tutorial to mention the same.
Let me know if this helps

Joseph Petty Verified userVerified user staff View joseph_appsmith's profile
Wed, 04/10/2024 - 16:54

Thanks Jeff! What kind of UI are you looking for with the stepper widget? 

Would the default UI that comes with a new custom widget work, with a little styling? The custom widget's default code has the next/previous buttons to display different records. 

Wilbert Pineda public View wilbertpineda's profile
Wed, 04/10/2024 - 03:28

Configuring the Widget's Model and Events

With the HTML, JS, and CSS setup completed, our custom widget, namely the MainNavBar widget, is now ready. Close the editor and return to the Edit mode of the Appsmith Page, and back to the Custom Widget Settings.

In the widget settings, utilize the "Default Model" field to send the current page and navItems, which populate inside the Navigation Bar.

 

In this part (Default model), the PageName.text is undefined.  How to resolve this?

Sanjiv Anand Verified userVerified user author Open to work View sanjivanand's profile
Tue, 04/09/2024 - 13:35

In reply to by ofsantana

Hey Santana, You can fork it now!

Joseph Petty Verified userVerified user staff View joseph_appsmith's profile
Mon, 04/08/2024 - 16:06

Mermaid.JS also supports adding click events on different chart elements, and that can be used to trigger FileMaker scripts! You could build an interactive network diagram, flow chart, or mind map, and add click events to each node! 

jeffcraig public View jeffcraig's profile
Sat, 04/06/2024 - 11:25

That's nifty. I would like to see stepper widget.

Oscar Santana Verified userVerified user author Open to work View ofsantana's profile
Wed, 04/03/2024 - 05:48

Nice template, but is not forkable?

thomasbatard public View thomasbatard's profile
Thu, 03/21/2024 - 11:38

Hello,

Thanks for this tutorial, it’s great! Just a small point, in chapter 4, the "git rebase master" command should be "git rebase main" since the branch is named like that in chapter 1. And perhaps in chapter 5 you could precise that the command "git status" must be done again in the "Evaluating the status" step, otherwise it's perfect

mickarakotomalala public View mickarakotomalala's profile
Wed, 03/20/2024 - 04:12

Hi,

It's amazing, in part 5, can you give more example with screenshoot if possible. I have error 401 Unauthorized.

thanks

Oscar Santana Verified userVerified user author Open to work View ofsantana's profile
Tue, 03/19/2024 - 02:28

My self-hosted instance got updated today, and I can see now the new feature. Let me tell you guys, this is a game changer, we can save a lot of time on the daily work.

Good job team!

Diego Fernandez public View diegofernandez's profile
Sat, 03/16/2024 - 00:46

hola Kevin, necesito saber como crear un dropdown con los datos de la tabla foranea, por ejemplo en la tabla Plan que en la columna de customer_id muestro directamente un dropdown con los datos de customer.nombre. Gracias!

Joseph Petty Verified userVerified user staff View joseph_appsmith's profile
Thu, 03/14/2024 - 16:24

UPDATE! We've had several community members ask about submitting written posts, so we're opening up the monthly contest to include ALL forms of content! If you don't see the option to submit content, make sure your profile is complete, and comment/like a few posts. The creator role should be applied once you have enough points.

Tom Jose Verified userVerified user moderator View tomjose's profile
Mon, 03/04/2024 - 22:25

This article has been now updated with an enhancement on Appsmith's side ie with the Authorization expires in field and few changes in the Salesforce Connected App configuration to ensure that the refresh token flow does not fail.

sarthakagarwal1 public View sarthakagarwal1's profile
Sat, 02/17/2024 - 06:51

AI
Looking for samples to try.

pchambless1 public View pchambless1's profile
Thu, 02/15/2024 - 15:59

Good Stuff!

Joseph Petty Verified userVerified user staff View joseph_appsmith's profile
Tue, 02/13/2024 - 10:14

Nice work! The navbar looks great and the emojis make it easy to customize without needing another library or icon set. 

Ron Northcutt Verified userVerified user staff View ron's profile
Mon, 02/12/2024 - 11:52

In reply to by pchambless1

This is all JS, so you can easily create a custom JS library to share the template across any number of apps. The community edition will be releasing Building Block Templates in the next quarter or so, and you could easily use building blocks with a JS library. The commercial edition is releasing the beta for reusable JS soon, which will preclude the need for custom JS libraries (which need to be public). 

Lots of options!

joonejoun public View joonejoun's profile
Mon, 02/12/2024 - 03:08

Variables in JavaScript play a pivotal role, akin to the finger pointing towards the moon in Bruce Lee's iconic scene from "Enter the Dragon." While it's crucial to understand var, let, and const, it's equally vital to grasp their significance and what they represent. Focusing solely on the variable itself might cause you to overlook the true essence of its purpose and functionality.