I am working on a Migrating project in PrimeFaces 5.1.
The project is already done in rich faces. In our previous project we use Rich:page component for a page. I need a alternative component in PrimeFaces 5.1 UI.
Kindly help me over it. Thanks in advance.
That is very simple to answer. There is none. But if you use a facelets templating mechanism with defines for title etc, there is no real need for such a component in my bit so humbl opinion
Related
I typically use intelliJ (back-end/java) and the intellisense is working for html (basically am able to go to the definitions of the bound properties). And its doing OK with angular...
I tried to do the same with VS Code (as i am trying to evaluate is VS code gives anything more other than chrome-debugging in VS code), but somehow the intelliSense is not working.
I feel like its basic feature, probably I am missing something in my IDE.
Is it supposed to work?
Anything additional config/setup i need to make it work...
And yes, intellisense in ts files is working as expected...
Note:
Installing Angular Language Service extension did not do the trick for me. After installing and reloading (https://github.com/angular/vscode-ng-language-service) when i tried to go to definitions its just keeps spinning (loading). Not even sure what its doing in background as i don't see obvious options to see the details.
Regards.
John Papa the author of both AngularJS and Angular's style guide and Microsoft employee (makers of VSCode) has a blog where he talks about this very thing.
https://johnpapa.net/essential-angular-vs-code-extensions/
I would recommend any of his talks or blog articles!
Regardless, the plugin you're looking for is
Angular Language Service - This extension provides a rich editing experience for Angular templates, both inline and external templates. This extension is brought to you by members of the Angular team. It is fantastic at helping write solid code in the html templates.
https://marketplace.visualstudio.com/items?itemName=Angular.ng-template
and/or
Path Intellisense - Visual Studio Code plugin that autocompletes filenames. Hopefully, VS Code will bake this in at some point. Until then, this is a keeper.
https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense
Here are some extensions that may be useful to you.
I am using Polymer 1.0 and looking to create a tabbed layout where I can swipe between each tab I have. I have found a swipe-pages component, but the dependencies on the site state that it needs "polymer": "Polymer/polymer#^0.4.0" which does not work with the rest of my application. Are there any other components compatible with the latest version of Polymer (or at least Polymer 1.0)?
Thanks
There is a Polymer 1.0 version. See https://github.com/slogger/swipe-pages.
I'm very new in web development but I made an swipeable-pages element for Polymer 1.0 that works with dynamic pages like dom-repeat!
https://github.com/emersonbottero/swipeable-pages.
P.S.: I know the question is old but people may still need it.
P.S.2: Improvements are welcome to the code :D.
I am going to port our windows-based Customer Management software to Web-based. I find polymer may be a choice.
However, for our usage, we can't find polymer component has table-view, drop-down menu(aka. the "select" element in html), date-picker, tree list.
Will polymer add these components later? Or these components will not be the target?
Thanks,
Barry
Polymer is just primarily a polyfill library that helps enabling HTML 5 Web Components in browsers that don't support them by themselves.
Web Components can be written by any developer, so you might need to develop some controls on your own especially the table view one. I'd guess you'll find most of the others mentioned in your question implemented one way or another. You should check out some of the WebComponents collection pages:
http://customelements.io/
http://component.kitchen/
http://bower.io/search/?q=web-components
For your table view control: I had a similar problem couple of years ago and had to implement my own solution. Maybe you can find a regular HTML library that supports table views and make it a (Polymer) Web Component by yourself.
We're upgrading a project from Sitefinity 3.7 to 4.4 and some of our controls need to be updated. Apparently we now have to have our UserControls inherit from PageControl, but when you do that there's no access to the QueryString values.
Anyone know what's going on or how to get around it?
I know we could potentially use the HttpContext, but I'm stumped as to why Telerik would have hidden these values.
Thanks,
jacques
If you are referring to widgets, they can still be developed as UserControls (.ascx files). There is an introduction to widget development here: http://www.sitefinity.com/blogs/gabesumner/posts/11-08-29/ldquo_hello_world_rdquo_guide_to_custom_sitefinity_widgets_amp_controldesigners.aspx
But you can absolutely use a UserControl which would give you full acess to the HttpContext.
I hope this is helpful!
Some time ago i found an actionscript user interface framework on the web that emulates android and ios ui's ... now i cant' find it, do you have any ideia where i can get it?
Thanks
Not a framework, but a component set I found for android: http://xperiments.es/blog/en/as3-android-flash-components/ and a similar one: https://github.com/bustardcelly/as3flobile-android. is this the kind of thing you're looking for?
Check out Flexoid components set to use with Flex http://code.google.com/p/flexoid/