Menu Keyhandler
 

Keyhandler on every page

Set as default in the layout.

Furthering the experiment with the conditional display of outbound links and the hiding and showing of elements on the page I am trying the addition of a keyhandler that is the default in the layout template.

This page has such a keyhandler. It also has an INPUT form tag (see UITextField/UITextView discussion on StackOveflow)

Top

display:list-item

I changed the handler that shows a hidden link from "block" to "list-item".

This argument for the display: style does not immediately get explained on the W3C Schools website.

Lovejoy maps

This is a page that I mean when I provide a link to something that if a visitor finds they are unlikely to return.

Having put the link to MyMaps I see that I probably wouldn't return.

Links

Link to PDF Disabled

If you require a copy please email tempusfugit.me.uk

Top

References - a note on these -

  • 1 - CSS Display - https://developer.mozilla.org/en-US/docs/Web/CSS/display
  • 2 - UITextField/UITextView - https:// developer.apple.com/ documentation/uikit/ uitextview - This is an Apple thing and not totally relevant to what I am trying to do here.
  • 3 - Ideas to get this to work on iOS - https:// stackoverflow.com/questions/13005969/ it-is-possible-to-show-keyboard-without- aiusing-uitextfield-and-uitextview-iphone