search for: accesskey

Displaying 14 results from an estimated 14 matches for "accesskey".

2006 Jan 01
11
Can rails make use of accesskeys?
I added :accesskey=>"D" to the html options hash of my link_to tag but nothing happened. Should I keep trying or is this not an option yet? bruce
2015 Apr 28
2
[Samba4] List of Distro currently with 4.2.X samba package
...Mario Pio Russo ha escrit: > hi all > > the sernet package is actually a good alterrnative, however I can't make > the repository work with ubuntu 14.04 > > has anyone used these repo? Yes, I'm using them on a test machine with ubuntu 14.04 lts. Did you replace USERNAME:ACCESSKEY with your data? Bye -- Luca Olivetti Wetron Automation Technology http://www.wetron.es Tel. +34 935883004 Fax +34 935883007
2008 Apr 07
4
Staff Manager tutorial from "Prototype and script.aculo.us" by Christophe Porteneuve
...gt; <h2>Your staff</h2> <form id="staff" > <ul> </ul> </form> </div> <div id="props" > <h2>Item properties</h2> <form id="editor" > <p> <label for="edtName" accesskey="N" >Name:</label> <input type="text" id="edtName" /> </p> <p> <input type="checkbox" id="chkIsGroup" /> <label for="chkIsGroup" id="lblIsGroup" accesskey="G&quot...
2006 Mar 07
2
ipw can not work in adhoc mode
...layout/js/styleswitcher.js"> </script> </head> <body> <div id="containerwrap"> <div id="container"> <span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span><span class="txtoffscreen"><a href="#content" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span> <div...
2008 Dec 16
5
More than one submit_tag in a single form
Hai everyone , I have a list of users(each user in a row)and an Approve button for each user. I wish to change the status of the user to be approved when I click on the Approve button of a user. When I tried getting all the users in the params hash. I want to get the id of the user according to which "Approve" button I clicked. How can I implement this one? Thanks in advance. -- Posted
2015 Apr 28
0
[Samba4] List of Distro currently with 4.2.X samba package
..., Mario Pio Russo ha escrit: > hi all > > the sernet package is actually a good alterrnative, however I can't make > the repository work with ubuntu 14.04 > > has anyone used these repo? Yes, I'm using them on a test machine with ubuntu 14.04 lts. Did you replace USERNAME:ACCESSKEY with your data? Bye -- Luca Olivetti Wetron Automation Technology http://www.wetron.es Tel. +34 935883004 Fax +34 935883007 -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
2006 Apr 26
2
php markdown toolbar
Back at the end of March I wrote: > http://www.elfden.co.uk/wip/markdown/ I think I have now finished work on this. The toolbar only appears if javascript is enabled. So far as I can tell it is navigable by the keyboard. Accesskeys can be set for those that need them (though I am not happy with the way my script is currently working). I have taken out the 'P' button, though obviously the functionality is there to adapt the toolbar so that and others can be created. There is still one minor thing that bugs me, not b...
2015 Apr 27
2
[Samba4] List of Distro currently with 4.2.X samba package
Hey Mario, I would consider to have a look at sernet packages. I use them on my own with centos 7 and samba 4.1. They also have 4.2. Regards Tim Am 27. April 2015 17:35:28 MESZ, schrieb Mario Pio Russo <mariopiorusso at ie.ibm.com>: >Good Day All > >we have are planning to upgrade our samba 3 PDC to a new samba 4 AD-DC. >We >want to go directly to Samba 4.2.X because we
2005 Aug 17
4
XML Revisited
Hello Guys. I recently contacted polycoms tech support asking if their phones supported XML pushed information to which they replied that only model 600 had a microbrwoser capable of reading dhtml files and such. My question to the community is: is somebody doing any XML info push to any brand of phones except Cisco? How are you doing it? One of the wonders of VoIP should be the means to send
2010 Nov 19
3
what are the constraints on the contents of 'imported ' files
...- virus,emerging,emerging-trojan] } $rule_files = $sensor_rule_categories[$master] if I have the definition $sensor_rule_categories in the file ./ masters.pp then I get the error: err: Could not retrieve catalog from remote server: Error 400 on SERVER: undefined local variable or method `accesskey'' for #<Puppet::Parser::AST::HashOrArrayAccess:0x2afda2544b40> at /etc/ puppet/modules/monitor/manifests/init.pp:19 on node mon263550.insec.auckland.ac.nz I really want to have this stuff in a separate file as it is generated elsewhere I want to have a symlink to the file with the de...
2013 Dec 06
13
Can't seem to get modulepath attribute recognized by puppetmasterd
Warning - Puppet newby here. I am trying to set up a puppetmaster 3.3.2 and have run into a snag right out of the box. I want to add a new directory to modulepath= in /etc/puppet/puppet.conf So I added the following line in the [main] header modulepath = /etc/puppet/modules:/opt/our-repo/puppetmaster/modules And populated new new directory with modules I have written. I then run puppet
2006 Jan 26
42
ruby script/generate scaffold Product Admin hangs
Hi I am running Mac OX tiger with the installed ruby 1.8.2, and mysql5 (I checked that it was running in preference). I tried to run the various fixes recommended in agileweb. I am stuck on page 57, script/generate scaffold... > Could you paste in your database.yml file, from the > "config" folder inside your Rails app? If you have any > passwords entered there, you should
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...cing' + }, Element._attributeTranslations.read.names), values: { checked: function(element, value) { element.checked = !!value; @@ -2339,7 +2356,7 @@ else if (Prototype.Browser.IE) { Element._attributeTranslations.has = {}; $w('colSpan rowSpan vAlign dateTime accessKey tabIndex ' + - 'encType maxLength readOnly longDesc').each(function(attr) { + 'encType maxLength readOnly longDesc frameBorder').each(function(attr) { Element._attributeTranslations.write.names[attr.toLowerCase()] = attr; Element._attributeTranslations.has[at...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server