custom-component
How do I create a custom text field in Tapestry5 that renders some Javascript onto the page?
I have been trying to create a custom textfield in tapestry which will render some javascript when it gains focus. But I have been having trouble trying to find an example of this.[详细]
2022-12-29 14:35 分类:问答How to implement custom JSF component for drawing chart?
I want to create a component which can be used like: <mc:chart data=\"#{bean.data}\" width=\"200\" height=\"300\" />[详细]
2022-12-28 04:25 分类:问答Flex 3: should I provide prepared data to my component or make it to process data before display?
I\'m starting to learn a little Flex just for fun and maybe to prove that I still can learn something new :) I have some idea for a project and one of its parts is a tree component which could display[详细]
2022-12-24 09:39 分类:问答Flex - Custom Component - Percentage Width/Height
I am trying to create a Custom Flex Component using the Flex Compon开发者_如何学Goent framework:[详细]
2022-12-23 03:53 分类:问答Flex: linking dataProvider with custom itemRenderer in a DataGrid
I开发者_运维知识库m working at a DataGrid which has a custom itemRenderer with a checkbox and a Label inside. Im struggling adding the the values from a xml to the wright label dynamically... how can[详细]
2022-12-23 02:19 分类:问答JSF - custom component, problem with expression for attribute
I want to create custom component with attribute \"title\" that can have expression but I get this error:[详细]
2022-12-22 07:51 分类:问答how to restrict direct access to a view for registered users, in a custom component, in joomla?
I am developing a component, and i am having my own login form and tables. After authentication of user through my component, userinfo is being stored in Session.[详细]
2022-12-22 05:56 分类:问答How to store and display date in dd-mm-yy format in Joomla?
I am developing开发者_运维知识库 a component in Joomla. Through my component I want to store timestamp to \"lastaccessed\" field.[详细]
2022-12-22 02:39 分类:问答Why are my component's unscaled width/height zero?
Why ar开发者_Go百科e unscaledWidth and unscaledHeight tracing to 0 when the calling component doesn\'t explicitly set a width and height?(If calling component does set width and height, they are traci[详细]
2022-12-21 09:29 分类:问答Drawing an overlay in custom flex component
How would one create a custom MXML component in flex which is based on an existing component but draws an overlay over this existing component in certain situations.[详细]
2022-12-18 17:36 分类:问答