Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [faces-dev] layout designer plugin for faces

 
Now that I was able to insert  into JSF component this piece of code style="padding-right:105px; (see below)
 
Standard syntax  which I can pick up  from this website https://www.w3schools.com/CSSref/pr_padding-right.asp 
I understand why developers do prefer standard html and CSS with html.  So do I  now.
 
        <h:outputText styleClass="formLabel" value="#{bundle.label_enterYourName}" style="padding-right:105px;" />
 
 
Sent: Thursday, April 22, 2021 at 11:32 PM
From: "arjan tijms" <arjan.tijms@xxxxxxxxx>
To: "faces developer discussions" <faces-dev@xxxxxxxxxxx>
Subject: Re: [faces-dev] layout designer plugin for faces
Hi,
 
Such a visual tool was once the focus of JSF indeed, and there were some attempts around 2007-ish to have one for the Eclipse IDE. This never really worked well though,  and almost nobody used it, therefore this entire concept was effectively dropped. A JSR specifically related to this was also abandoned.
 
As it seems, most JSF developers do actually prefer to write HTML and CSS directly, with some components and bindings in-between.
 
Kind regards,
Arjan
 
 
 
 
On Thu, Apr 22, 2021 at 11:54 PM LInda hackkanan <lindahackkanan@xxxxxxxx> wrote:
writing JSF code is really cumbersome.
Is there a drag and drop layout designer plugin for eclipse  IDE ?
 
_______________________________________________
faces-dev mailing list
faces-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/faces-dev
_______________________________________________ faces-dev mailing list faces-dev@xxxxxxxxxxx To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/faces-dev

Back to the top