jQWidgets Forums
Forum Replies Created
-
Author
-
August 26, 2014 at 9:08 am in reply to: Get value of radiobutton out of many Get value of radiobutton out of many #58777
Nice.. i would appreciate if you could explain with some simple code. Thanks !
August 25, 2014 at 2:33 pm in reply to: Dynamic Radio Button Group Dynamic Radio Button Group #58739gettheme.js is not available in the download. can you share this please.
thanks !
August 22, 2014 at 3:54 pm in reply to: How to put icon in jqxGrid button How to put icon in jqxGrid button #58680okey.. thanks !
it would have been nice to have it soon.. any idea is there any work going on it?
August 22, 2014 at 8:33 am in reply to: jqxMenu – problem when 'minimize'd jqxMenu – problem when 'minimize'd #58666Thanks Peter,
Also, it would be interesting to know, is there any way that i can display the minimize’d menu horizontally. should below code work?
$(“#menubar”).jqxMenu({
theme:’fresh’,
width: ‘100%’,
height: ’32px’,
autoSizeMainItems: true,
autoCloseOnMouseLeave: true,
mode: “horizontal”
});$(“#menubar”).jqxMenu(‘minimize’);
$(“#jqxMenu”).css(‘visibility’, ‘visible’);August 21, 2014 at 5:37 pm in reply to: jqxMenu – problem when 'minimize'd jqxMenu – problem when 'minimize'd #58634Also i have to click the minimize button to open the menu. Any when to make it auto open?
okey, of i wanted to display the name of my application in the same menu bar.. how do i do that? any better alternatives?
Also, is there any method/property that i can use for listBox such that, when I hover on the items in the lisBox, that item is highlighted and ‘x’ mark at the right top corner of the highlight to remove the item from list box.
It would be reall nice when i add the item to listBox the item should sit in listBox with ‘x’ where i don’t need to hover as well.
If this is available, i can avoid creating a new button lets say “Remove” to remove the items from listBox after selecting it, if selected by mistake by the user !!!
Thanks !
Thanks Peter !
I gone through the links you gave. Sounds good. I like the way you suggested to merrge them.
But, i may be thinking loud here that, i wanted to achieve this functionality in one click. What i mean here is, i wanted to associate a common event to each Add button in the column for each row and when clicked the row should automatically be added to listBox (the latter one is clear with your second link).
I am looking for a technique where Add button in each row is automatically add that particular row to the listBox !!
Hope i am clear
-
AuthorPosts