A few things: 1) Your DataSource should be initialized with just 'index.php?' 2) Your initialRequest and subsequent requery should omit 'index.php?' - e.g....
Satyam, I will try your code today afternoon. The code I send to you, concerns the custom drop down menus and not the selected text in the text editor. The php...
Sure, do it your way :) It was just a friendly note. I didn't learn that system at all, and I'm not using the YUI grids system either. I simply learned enough...
Hi, I'v been trying to develop an autocomplete inline cell editor for quite some time now , but in vain. I understand that I might have to extend, say - a...
Thank you very much Luke also thanx satyam . after requery pagination is working. ________________________________ From: Luke <lucas.e.smith@...> To:...
You are getting that error because you copy and pasted example code in which I had created an alias (Button) for YAHOO.widget.Button. If I remember that...
JK - Button transforms all pre-existing markup into a new format (using the <button> element) in order to provide a look and feel that is consistent across...
DO NOT EVER SEND Me ANother email!!!!!!!!!!!!!! ... From: <ydn-javascript@yahoogroups.com> To: <ydn-javascript@yahoogroups.com> Date: Thu, Oct 15, 10:24 AM...
study online or on-campus,apply to top collage and programs in the US Study In New Zealand Helping Aspiring Students To Study Abroad. All Our Services Are...
study online or on-campus,apply to top collage and programs in the US Study In New Zealand Helping Aspiring Students To Study Abroad. All Our Services Are...
Hello everybody, At this moment, I am encountering an issue I have not found the way to solve yet. Please give me a clue if you can. Many thanks in advance! I...
Hi, I'm not sure if this is the right place to be posting but here it goes anyway. I'm happy to move this elsewhere. I'm trying to change the toolbar buttons...
Hi, A couple of points: I'm not sure if they'll help with the immediate problem, though! 1. I don't think the upload case ever calls a failure handler - they...
As you've pasted your code, myconfig doesn't exist when you start the editor and render() it - you only define myconfig afterwards. So the editor's not going...
Hi Matt, I've tried that but with no luck. Here is my code exactly as it appears. $(function() { var myconfig = { height: '300px', dompath: true, focusAtStart:...
Hi Dav, It seems the documentation is wrong. I was going off these examples http://developer.yahoo.com/yui/examples/editor/toolbar_editor.html Thanks for your...
Maybe not documented well enough, but not incorrect. That example shows the default Toolbar config, not an Editor config. The Toolbar config is passed in the...
Hi, I am using the YUI(2.8.0) menu bar using JScript to create the top level navigation bar in my application. I have received feedback that rather than having...
Todd, Sorry for my late reply! My point c was remark to help anybody who looking for the issue too. In the example, oCheckButton8 is declared inside the...