Revision: bf06120e601f
Author: Sean Gilligan <se...@msgilligan.com>
Date: Mon Feb 6 17:58:40 2012
Log: Add sms: and callto: to NativeLinks
http://code.google.com/p/iui/source/detail?r=bf06120e601f
Revision: d029d2ce36a5
Author: Sean Gilligan <se...@msgilligan.com>
Date: Mon Feb 6 17:59:27 2012
Log: Regenerated iui_docs.html (should be part of site build process
or som...
http://code.google.com/p/iui/source/detail?r=d029d2ce36a5
==============================================================================
Revision: bf06120e601f
Author: Sean Gilligan <se...@msgilligan.com>
Date: Mon Feb 6 17:58:40 2012
Log: Add sms: and callto: to NativeLinks
http://code.google.com/p/iui/source/detail?r=bf06120e601f
Modified:
/web-app/iui/iui.js
/web-app/test/link-types.html
=======================================
--- /web-app/iui/iui.js Tue Jan 17 01:40:04 2012
+++ /web-app/iui/iui.js Mon Feb 6 17:58:40 2012
@@ -460,7 +460,8 @@
new RegExp("^http:\/\/www.youtube.com\/watch\\?v="),
new RegExp("^http:\/\/www.youtube.com\/v\/"),
new RegExp("^javascript:"),
-
+ new RegExp("^sms:"),
+ new RegExp("^callto:")
],
/*
method: iui.hasClass(self, name)
=======================================
--- /web-app/test/link-types.html Sun Sep 25 14:19:04 2011
+++ /web-app/test/link-types.html Mon Feb 6 17:58:40 2012
@@ -38,6 +38,8 @@
<ul id="native" title="Native Links">
<li><a
href="mailto:donot...@googlecode.com">mailto:donot...@googlecode.com</a></li>
<li><a href="tel:408-555-1212">tel:408-555-1212</a></li>
+ <li><a href="sms:408-555-1212">sms:408-555-1212</a></li>
+ <li><a href="callto:408-555-1212">callto:408-555-1212</a></li>
<li><a
href="javascript:alert('Hello!')">javascript:alert('Hello!')</a></li>
<li>Non-native links below</li>
<li><a href="#panel">Internal Link (#id)</a></li>
==============================================================================
Revision: d029d2ce36a5
Author: Sean Gilligan <se...@msgilligan.com>
Date: Mon Feb 6 17:59:27 2012
Log: Regenerated iui_docs.html (should be part of site build process
or something)
http://code.google.com/p/iui/source/detail?r=d029d2ce36a5
Modified:
/web-app/docs/iui_docs.html
=======================================
--- /web-app/docs/iui_docs.html Sun Jul 25 16:37:01 2010
+++ /web-app/docs/iui_docs.html Mon Feb 6 17:59:27 2012
@@ -8,7 +8,7 @@
<h1>iUI Documentation</h1>
<p>
<span class="copyright"><h3></h3>
- Copyright (c) 2007-10, iUI Project Members.
+ Copyright (c) 2007-12, iUI Project Members.
See LICENSE.txt for licensing terms.
Version @VERSION@
</copyright>
@@ -89,6 +89,11 @@
parameters <span class="code">{ out :true }</span>, the panel being
navigated to receives <span class="code">{ out: false }</span>.
</p><h2>Properties</h2><p>
+<h3> iui.logging</h3>
+ This is set to <span class="code">true</span> logging (with console.log)
is enabled.
+
+</p>
+<p>
<h3> iui.busy</h3>
This is set to <span class="code">true</span> if a slide animation is in
progress.
@@ -106,7 +111,7 @@
If defined, this user-set function will be called when an AJAX call
returns
with an HTTP status other than <span class="code">200</span> (currently
all HTTP statuses other than
<span class="code">200</span>, even including 200-level statuses like
<span class="code">201 Created</span>, are seen as
- errors).
+ errors. A status of <span class="code">0</span> is treated as success
for file:// URLs).
</p>
<p>
@@ -202,6 +207,11 @@
direct child of the <span class="code">body</span> element. A panel is
set as the selected panel by
setting the <span class="code">selected</span> attribute to <span
class="code">true</span>.
+</p>
+<p>
+<h3> iui.getAllViews()</h3>
+ Returns all panels -- currently requires querySelectorAll() will be fixed
+
</p>
<p>
<h3> iui.isNativeUrl(href)</h3>