projects
/
sitecorepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ead764
)
Also look at iframes for children
author
W. Trevor King
<wking@drexel.edu>
Wed, 30 Jun 2010 21:48:22 +0000
(17:48 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 30 Jun 2010 21:48:22 +0000
(17:48 -0400)
sitecore/__init__.py
patch
|
blob
|
history
diff --git
a/sitecore/__init__.py
b/sitecore/__init__.py
index 91c8e7781e74b95113867ede1ef94b4a3af3fbb6..b771c5dbfed7d722a8902cbce2400db69895acfd 100755
(executable)
--- a/
sitecore/__init__.py
+++ b/
sitecore/__init__.py
@@
-157,7
+157,7
@@
class SiteCoreConnection (object):
# >>> a.get_attribute('id')
# FIELD*, but the number * changes between sessions/versions
fields = []
- for tag in ['input', 'textarea']:
+ for tag in ['input', 'textarea'
, 'iframe'
]:
fields.extend([f for f in self.w.find_elements_by_tag_name(tag)
if f.get_attribute('id').startswith('FIELD')])
match = False