Questions tagged [uicomponents]
179 questions
0
votes
1 answer
Recommendations for ajax component libraries
If I were to pick an AJAX component library to focus on for general web development, with good grid support and wide range of components, which would you recommend and why?
I started with the following list, based on the fact that they're included…

Yarin
- 173,523
- 149
- 402
- 512
0
votes
1 answer
Flex 3: Deselecting Toggle Button Through UIComponent Reference
I've got some buttons that have toggle set to true. I'm trying to re-set the button's state to unselected. But, I can't access the button directly like: button.selected=false.
I'm accessing the HBox's children which are the buttons. UIComonent…

Laxmidi
- 2,650
- 12
- 49
- 81
0
votes
2 answers
Implement massactions in grid using ui_component magento2
How to Implement massactions in grid using ui_component magento2. I have created my ui_component and need to implement massactions. I have also created controllers for the required paths. But, somehow it is just not…

Abhishek Dhanraj Shahdeo
- 1,356
- 2
- 14
- 35
0
votes
1 answer
Grid Renderers updating without updateDisplayList being called
I have an item renderer for a grid that has a fairly basic updateDisplayList function:
override protected function updateDisplayList( w : Number, h : Number ) : void
{
super.updateDisplayList( w, h );
var labelWidth : Number = Math.min(…

Roaders
- 4,373
- 8
- 50
- 71
0
votes
0 answers
JSF - panelgroup binding - adds child just once - java.lang.IllegalStateException: CDATA tags may not nest
I am trying to bind h:panelGroup to UIComponent (HtmlPanelGroup) code like a:
p.s I am using faces-config.xml
import javax.annotation.PostConstruct;
import javax.faces.bean.ViewScoped;
import javax.faces.component.html.HtmlOutputLabel;
import…

cbhogf
- 91
- 13
0
votes
1 answer
doesn't paint p:component in my component
I have a component created
......
...

Hector Niñez
- 11
- 4
0
votes
2 answers
Changing the appearance of a single thumbnail in TileList Component
I'm trying to create a listing of thumbnails using the TileList component, and so far it's working great. Is there a way to change the appearance of a single ImageCell within the component.
I'm bringing in the thumbnail data as XML, and I have an…

Scott
- 324
- 2
- 4
- 15
0
votes
1 answer
How do I fix this potential bug with the Button Component in Flash?
I need to use the Button component from the UI Components Panel in the Flash IDE, with the toggle property set to true.
If I use it with a timeline script it works great.
If I use within a class(a Document Class), the selected property is…

George Profenza
- 50,687
- 19
- 144
- 218
0
votes
1 answer
Mindtouch dream framework UI composition
Has anyone use Mindtouch's dream framework in conjunction with a asp.net frontend? It seems like all component on the page needs to be client side composited where each component is making a call back to the dream server for rendering another tiny…

Herman
- 3,004
- 5
- 37
- 49
0
votes
2 answers
AngularJS UI Components
I need to know whether AngularJS only enable architecture for develop the applications and it self doesn't provide any UI components and Widgets (calenders, charts etc)?
Whether we have to get them (UI components) only via the third party UI Frame…

Channa
- 4,963
- 14
- 65
- 97
0
votes
0 answers
Is it possible to get UIComponent from a subview?
I have the following facelet:
…

St.Antario
- 26,175
- 41
- 130
- 318
0
votes
1 answer
0
votes
0 answers
Unable to dynamically add Command Button before the Page is Loaded
I can dynamically add command buttons to the page after the page is loaded, but not before the page is loaded.
In the code below, clicking the command button labeled add buttons works. The view action fails because panelGrid is null when…

user3555047
- 3
- 2
0
votes
1 answer
Why does SpringBeanFacesELResolver cancel UIComponent binding?
I have a web app that uses Primefaces.
I bind some facelet components to UIComponent type fields in my backing managed beans. Something like this:

Ivan
- 1,320
- 16
- 26
0
votes
1 answer
Setting the Panel Owner
I've got an application that allows a panel to popup to allow the user to edit some properties.
How do I set the panel owner so that it is on top of all the other components on the page without actually disabling them like you do with an alert box?

Babyangle86
- 220
- 5
- 21