• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Liferay Project management portlet

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Im working on a project management portlet that allows an admin to create projects, add users, perform tasks and view projects in a tabular format.

a) I would like to know how to adopt the same look and feel of the user,organization,communities, or roles portlets. I want to be able to add and perform actions on projects.

b) How can i seamlessly integrate this into the control panel content category.

Thanks a lot in advance
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Raphael,

a) To give you portlets the same look and feel as the portlets you describe, you'll want to use the Liferay Search Container. You can learn more about it here: http://www.liferay.com/community/wiki/-/wiki/Main/SearchContainer

b) To get your portlet to show up in the Control Panel, you'll need to add two entries to your liferay-portlet.xml file.

<control-panel-entry-category>portal</control-panel-entry-category>
<control-panel-entry-weight>1.0</control-panel-entry-weight>

There are additional details here: http://www.liferay.com/community/wiki/-/wiki/Main/Control+Panel#section-Control+Panel-CustomizingTheControlPanel
 
Raphael Okochu
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Jeff,

I have already figured out the control panel part.

I really appreciate this.

Raphael
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Raphael Okochu wrote:Thanks Jeff,

hello freind Rapjael , can you telle me about adding and developing a project management portlet for Liferay , i've thise as a mini project in my studies
that you first

 
Ranch Hand
Posts: 200
Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you're building a custom portlet that you want to match the Liferay look & feel, just use the AlloyUI component library.
 
Hemza Atb
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guy deLyonesse
Thank you my freind , but i want something about architecture of project management portlet and how to lik it with the users in life ray table s...... if there are some portlets developped can any one give me the link or share iot with us
reply
    Bookmark Topic Watch Topic
  • New Topic