Meteora Javascript Widgets http://meteora.astrata.com.mx/ Meteora (c) 2008 <a href="http://astrata.com.mx">Astrata Software</a> Tue, 06 Jan 2009 13:44:29 -0600 http://www.textmotion.org Reply #1 on "more option for calendar" by xiam http://meteora.astrata.com.mx/forum/view/suggestions/wishlist/more-option-for-calendar#message-16 http://meteora.astrata.com.mx/forum/view/suggestions/wishlist/more-option-for-calendar#message-16 I've just committed your changes to our experimental branch (for Mootols 1.2 and jQuery), thanks :).<br> xiam@astrata.com.mx (J. Carlos Nieto) Tue, 06 Jan 2009 13:44:29 -0600 New topic "more option for calendar" by torstenf http://meteora.astrata.com.mx/forum/view/suggestions/wishlist/more-option-for-calendar http://meteora.astrata.com.mx/forum/view/suggestions/wishlist/more-option-for-calendar <p style="margin-bottom: 0cm;">I use control.calendar heavily. But I like more options:</p> <p style="margin-bottom: 0cm;">- dayStart (1 for europe)</p> <ul><li><p style="margin-bottom: 0cm;">hour (24 hours)</p> </li><li><p style="margin-bottom: 0cm;"> height and width</p> </li></ul> <p style="margin-bottom: 0cm;"><br> </p> <p style="margin-bottom: 0cm;">so I made some modifications:</p><p style="margin-bottom: 0cm;">[code]<br></p><p style="margin-bottom: 0cm;">33a34,38<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'maxHour':&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'minHour':&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'dayStart':&nbsp;&nbsp;&nbsp;&nbsp; 0,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'height':&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 310,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'widht':&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 310,<br>70c78,79<br>&lt;&nbsp;&nbsp; '__dayStart': 1,<br>---<br>&gt;&nbsp; //&nbsp;&nbsp; '__dayStart': 0, to this.options.dayStart<br>&gt;<br>138a148,150<br>&gt;<br>&gt;<br>&gt;<br>249c261<br>&lt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'width':&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 310,<br>---<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'width':&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this.options.width,<br>253c265<br>&lt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'height':&nbsp;&nbsp;&nbsp;&nbsp; (window.gecko ? 290 : 310)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>---<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'height':&nbsp;&nbsp;&nbsp;&nbsp; (window.gecko ? this.options.height-10 : this.options.height)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>559,560c571,572<br>&lt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'minValue': 1,<br>&lt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'maxValue': 12,<br>---<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'minValue': this.options.minHour,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'maxValue': this.options.maxHour,<br>564c576<br>&lt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for (var i = 1; i &lt;= 12; i++)<br>---<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for (var i = 0; i &lt;= 24; i++)<br>768c780<br>&lt;&nbsp;&nbsp;&nbsp;&nbsp; while (cursor.getDay() != this.__dayStart) {<br>---<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; while (cursor.getDay() != this.options.dayStart) {<br>777c789<br>&lt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var dstart = this.__dayStart;<br>---<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var dstart = this.options.dayStart;<br>[/code]<br></p> tfaehr@freenet.de (Unknown) Fri, 26 Dec 2008 03:06:26 -0600 New topic "Dialog type pass" by juanito http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/dialog-type-pass http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/dialog-type-pass add dialogue window with a box type password ;)<br><br><br> rondallasentimientos@hotmail.com (Unknown) Fri, 05 Dec 2008 12:00:41 -0600 New topic "FishEye Menu" by smoke09 http://meteora.astrata.com.mx/forum/view/suggestions/wishlist/fisheye-menu http://meteora.astrata.com.mx/forum/view/suggestions/wishlist/fisheye-menu &nbsp;I read in the next release was focus in design and I think if a frameworks don`t have a FishEye Menu...mmmhhh...jejeje<br> df.raymundo@gmail.com (Unknown) Sat, 04 Oct 2008 15:52:45 -0500 New topic "Drag and Drop" by sarjo http://meteora.astrata.com.mx/forum/view/suggestions/wishlist/drag-and-drop http://meteora.astrata.com.mx/forum/view/suggestions/wishlist/drag-and-drop &nbsp;No encontré que tuvieran drag and drop y me gustaría hacer cosas como esto <a href="http://demos111.mootools.net/Drag.Cart">http://demos111.mootools.net/Drag.Cart</a> Si existe por favor digan me como usarlo. El framework es genial.<br> sarjo6@gmail.com (Unknown) Wed, 10 Sep 2008 14:29:08 -0500 Reply #1 on "More information about customizations" by xiam http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/more-information-about-customizations#message-13 http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/more-information-about-customizations#message-13 Thanks for trying Meteora, this is the major issue we will fix for 0.7 version. We need to make the styles more understandable and provide better templates too.<br> xiam@astrata.com.mx (J. Carlos Nieto) Tue, 15 Jul 2008 13:59:16 -0500 Reply #1 on "Hide 'visual-source mode' tab" by xiam http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/hide-visual-source-mode-tab#message-4 http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/hide-visual-source-mode-tab#message-4 Hi,<br>You may want to use the **showSource** option set to **false**:<br>[code javascript]<br>new Editor('my-textarea', {'showSource': false});<br>[/code]<br> xiam@astrata.com.mx (J. Carlos Nieto) Sat, 12 Jul 2008 12:53:35 -0500 New topic "Hide 'visual-source mode' tab" by jroman http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/hide-visual-source-mode-tab http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/hide-visual-source-mode-tab &nbsp;The 'visual' and 'source mode' tabs aren't always useful in the editor widget, an option to hide them would be nice.<br> jroman@simauria.net (Unknown) Thu, 10 Apr 2008 04:09:30 -0500 New topic "Alternate treeview" by jroman http://meteora.astrata.com.mx/forum/view/suggestions/wishlist/alternate-treeview http://meteora.astrata.com.mx/forum/view/suggestions/wishlist/alternate-treeview The current implementation of treeview (as per 0.5) is nice but something simpler could be useful for most cases. The HTML side of the tree could be an unordered list that would be automagically processed and transformed into a nice tree.<br> jroman@simauria.net (Unknown) Wed, 02 Apr 2008 05:26:55 -0500 New topic "Loading cursor inside autocomplete" by jroman http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/loading-cursor-inside-autocomplete http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/loading-cursor-inside-autocomplete &nbsp;A visual cue that the list is being downloaded would be nice in the autocomplete widget. The ideal system would be a "loading circle" inside the text input, as in some drupal widgets.<br> jroman@simauria.net (Unknown) Tue, 25 Mar 2008 07:48:31 -0500 New topic "More information about customizations" by jroman http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/more-information-about-customizations http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/more-information-about-customizations First of all, congratulations for a really good work so far. Those widgets are really a must use, there are many others but the usability and the minimal changes required to adapt existing code really makes them shine above the competition.<br><br>And then, right now it lacks a more in-depth documentation regarding the styling that can be used to change several aspects of the widgets.<br><br>For example, the display of contents of the bubble widget introduced in the latest build (0.5) can be controlled with the 'm-bubble-content' class. Even if it's pretty simple to find, it's not documented anywhere.<br><br>Also, the main bubble class is 'm-bubble', I needed to change the z-index as it was partly drawn below another control.<br><br>Anyway, keep the good work going!<br> jroman@simauria.net (Unknown) Tue, 25 Mar 2008 07:41:20 -0500 New topic "Editor enhancement" by chango http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/editor-enhancement http://meteora.astrata.com.mx/forum/view/suggestions/enhacements/editor-enhancement It would be nice to have a resize handle for the editor!<br>Nice work xiam! <br> diego@astrata.com.mx (Unknown) Thu, 28 Feb 2008 11:48:24 -0600