Matthew Kelly
Matthew Kelly
Hey @jbaechtelKoala9126, * The multi-level groups support I have thought about myself, too! So I'll have to investigate it. * For the separator bar, do you mean like `New-PodeWebLine`? This...
Hi @hvoges, A button with a scriptblock would still invoke a Post, similar to a Form's Submit button - just the Form would also send the Select's value as well...
Hi @TFischerIntercope, This looks similar to #309, to add support for custom templates 😄
> I didn't quite understand why there can only be a single template in the "templates" directory Mostly because no one has asked for custom templates until now 😜 By...
It appears to be intention; since `Get-Command` is running from the module's scope, it can't see any custom functions in the script's scope. I tried with `Get-Item -Path Function:Get-Noun` as...
Aah, for the Build Dependencies it might be worth updating the `.build.ps1` file to install the dependencies. They're there for making the docs, but I didn't setup Build the same...
I actually had a look at using PatternFly, and Metro as well. I was looking more closely at PatternFly as it is built on top of Bootstrap, the only thing...
I only really mostly know HTML/CSS and JS, as well as a handful of libraries from when I've had to make some sites at work. I need to spend some...
Hi @IvanDrag0, The type of dynamically adding layouts/elements you're talking about doesn't exist yet in Pode.Web, but I am working on it. You can "mimic" the behaviour by adding the...
Hi @eugen257, Off the top of my head I believe it should be something like the following: ```powershell New-PodeWebTextbox -id "pass_id" -Name 'Password' -Type Password -PrependIcon Lock New-PodeWebCheckbox -Name 'Eigenes...