Thursday, May 19, 2011

Liferay UI Taglib

23 comments:

  1. helpful a lot ...... thanks

    ReplyDelete
  2. Rohit, This is very helpful...Thank u Very Much

    ReplyDelete
  3. Can you tell me how to clear the text in ui-editor from javascript

    ReplyDelete
  4. Hi pradeep. Havnt tried anything with the liferay-editor. But hope this helps

    http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/How+to+add+a+wysiwyg+html+editor+to+a+portlet

    ReplyDelete
  5. Thanks rohit but i am able to add the editor and submit the contents via ajax and on response i want to clear the contents in editor or can you guide me how to add the editor through javascript using innerHTML , i tried but its not working.

    ReplyDelete
  6. Can you email me you ajax code ? like both on the jsp and the java file (through which you used it to retrieve in the .class file )
    salecha.rohit@gmail.com

    ReplyDelete
  7. Thanks rohit i got the solution . Now i am able to get the editor dynamically.

    ReplyDelete
  8. Hi pradeep , could u still send your code for the editor ? i have been struggling with ajax a bit.

    ReplyDelete
  9. Hi rohit sorry for replying late i tried to paste the code but not able to post it because the blog is not accepting the tags.Another problem is i am not able to get the contents from the dynamic editor.

    ReplyDelete
  10. Hi pradeep , Can you mail it to me ?? like paste it in a notepad and mail it to me.

    salecha.rohit@gmail.com

    ReplyDelete
  11. Rohit i have sent you the files please go through it and help me in getting the contents of editor.

    ReplyDelete
  12. Can u post how to add comments and edit comments also permissions on comments.

    ReplyDelete
  13. Using 6EE,sp2. I have found your blog extremely helpful, but I am having a problem with the Datepicker section. I have slavishly copied your code, but have had no luck. 1. The hints file seems to be ignored. 2. Worse: I cannot get a Calendar to appear: if I apply the attribute type="text" I get a textfield with the correct date showing. If I leave the type attribute out, I get nothing but the field's label, i.e., I get no input box of any sort. I am wondering whether there may be a regression issue with sp2.

    ReplyDelete
  14. plz con u help me for.....finding ui taglib attribute value...
    like for uitaglib

    who to konw use "hour" for hourParam...

    ReplyDelete
  15. Can some one help us to provide the comments to our custom portlet. I tried to use ui-discussion tag, But some how i'm unable to see in the portlet itself. i placed the ui-discussion tag in the panel and i'm able to see the panel. Please help us. we are just now started using Liferay

    ReplyDelete
  16. Thank Rohit so much
    U are very helpful..good luck

    ReplyDelete
  17. simply superb blog....... thanks for sharing your knowledge

    ReplyDelete
  18. can You please Give some Step by step tutorial for simple form and add and delete opertaion.i am totaly new and i had successfully integrated your books portlet but too much complex for me to make a new portlet.please

    ReplyDelete


  19. label-overlap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }

    in above code i have tried to maintain the text overflow in the search conatiner but still it's not working .Can any body help me to resolve dis.

    ReplyDelete